Created
July 7, 2011 14:20
-
-
Save iconara/1069612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Main.css 2011-07-07 16:17:44.000000000 +0200 | |
+++ Main.css 2011-07-07 16:13:21.000000000 +0200 | |
@@ -117,19 +117,19 @@ | |
#Content {padding: 0 40px 40px 40px;} | |
.section {float: left; width: 280px; margin: 0 20px 20px 0;} | |
-.section h2 {margin: 0 0 20px 0; padding: 23px 25px; color: #fff; background-color: #00FF00; | |
+.section h2 {margin: 0 0 20px 0; padding: 23px 25px; color: #444; background-color: #00FF00; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
border-radius: 5px; | |
} | |
-.section .content {padding: 25px; color: #4F5051; background-color: #B9BCBE; | |
+.section .content {padding: 25px; color: white; background-color: #777; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
border-radius: 5px; | |
opacity: 0.85; | |
} | |
.section *:last-child {margin-bottom: 0;} | |
-.section a {color: #4F5051; border-bottom: dotted 1px #4F5051;} | |
+.section a {color: white; border-bottom: dotted 1px #4F5051;} | |
.section a:hover, | |
.section a:active, | |
.section a:focus {border-bottom: dotted 1px #00FF00;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment