recompile themes #488
authorHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 14 Jun 2013 01:31:48 +0000 (21:31 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 14 Jun 2013 01:31:56 +0000 (21:31 -0400)
css/theme/serif.css
css/theme/sky.css

index aee7a8c1e18b2520275e703e680cc83906900d5c..734de56f8e653576f1367d5641fd9964e746e39b 100644 (file)
@@ -4,6 +4,9 @@
  *
  * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
  */
+.reveal a:not(.image) {
+  line-height: 1.3em; }
+
 /*********************************************
  * GLOBAL STYLES
  *********************************************/
@@ -47,7 +50,6 @@ body {
  * LINKS
  *********************************************/
 .reveal a:not(.image) {
-  line-height: 1.3em;
   color: #51483d;
   text-decoration: none;
   -webkit-transition: color .15s ease;
@@ -87,9 +89,6 @@ body {
 /*********************************************
  * NAVIGATION CONTROLS
  *********************************************/
-.reveal .controls div {
-  opacity: 0.15; }
-
 .reveal .controls div.navigate-left,
 .reveal .controls div.navigate-left.enabled {
   border-right-color: #51483d; }
index c6c01ad2fd9715c30cf1417c055a1a6150fc3d2f..35d048e7015a12dcb99759b5bad0fcf7920a7ce1 100644 (file)
@@ -5,6 +5,9 @@
  *
  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
  */
+.reveal a:not(.image) {
+  line-height: 1.3em; }
+
 /*********************************************
  * GLOBAL STYLES
  *********************************************/
@@ -54,7 +57,6 @@ body {
  * LINKS
  *********************************************/
 .reveal a:not(.image) {
-  line-height: 1.3em;
   color: #3b759e;
   text-decoration: none;
   -webkit-transition: color .15s ease;