From 3040bc291700a23314e20fbed545b5f5d561a874 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 2 Apr 2013 12:31:58 -0400 Subject: always use https google font urls (closes #382) --- css/theme/serif.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'css/theme/serif.css') diff --git a/css/theme/serif.css b/css/theme/serif.css index 2b1f4fd..37833f6 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -50,11 +50,11 @@ body { .reveal a:not(.image) { color: #51483d; text-decoration: none; - -webkit-transition: color 0.15s ease; - -moz-transition: color 0.15s ease; - -ms-transition: color 0.15s ease; - -o-transition: color 0.15s ease; - transition: color 0.15s ease; } + -webkit-transition: color .15s ease; + -moz-transition: color .15s ease; + -ms-transition: color .15s ease; + -o-transition: color .15s ease; + transition: color .15s ease; } .reveal a:not(.image):hover { color: #8b7c69; @@ -73,11 +73,11 @@ body { background: rgba(255, 255, 255, 0.12); border: 4px solid black; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); - -webkit-transition: all 0.2s linear; - -moz-transition: all 0.2s linear; - -ms-transition: all 0.2s linear; - -o-transition: all 0.2s linear; - transition: all 0.2s linear; } + -webkit-transition: all .2s linear; + -moz-transition: all .2s linear; + -ms-transition: all .2s linear; + -o-transition: all .2s linear; + transition: all .2s linear; } .reveal a:hover img { background: rgba(255, 255, 255, 0.2); -- cgit v1.2.3