Browse Source

Updates theme, spring cleanup

markseu 7 years ago
parent
commit
28527e0b92
2 changed files with 3 additions and 3 deletions
  1. 2 2
      system/themes/assets/flatsite.css
  2. 1 1
      system/themes/assets/flatsite.php

+ 2 - 2
system/themes/assets/flatsite.css

@@ -42,8 +42,8 @@ a:hover { color:#07d; text-decoration:underline; }
 .content img { max-width:100%; height:auto; }
 .content img { max-width:100%; height:auto; }
 .content form { margin:1em 0; }
 .content form { margin:1em 0; }
 .content table { border-spacing:0; border-collapse:collapse; }
 .content table { border-spacing:0; border-collapse:collapse; }
-.content th { text-align:left; padding:0.3em; border-bottom:1px solid #ddd; }
-.content td { text-align:left; padding:0.3em; border-top:1px solid #ddd; }
+.content th { text-align:left; padding:0.3em; }
+.content td { text-align:left; padding:0.3em; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
 .content blockquote { margin-left:0; padding-left:1em; border-left:.5em solid #0a0; }
 .content blockquote { margin-left:0; padding-left:1em; border-left:.5em solid #0a0; }
 .content blockquote blockquote { margin-left:-1.5em; border-left:.5em solid #fb0; }
 .content blockquote blockquote { margin-left:-1.5em; border-left:.5em solid #fb0; }
 .content blockquote blockquote blockquote { border-color:#d00; }
 .content blockquote blockquote blockquote { border-color:#d00; }

+ 1 - 1
system/themes/assets/flatsite.php

@@ -5,7 +5,7 @@
 
 
 class YellowThemeFlatsite
 class YellowThemeFlatsite
 {
 {
-	const VERSION = "0.7.3";	
+	const VERSION = "0.7.4";	
 }
 }
 
 
 $yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);
 $yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);