diff --git a/css/main.css b/css/main.css index e963475..882f2d1 100644 --- a/css/main.css +++ b/css/main.css @@ -33,7 +33,6 @@ pre { div.project { border: 1px solid #CCC; border-radius: 5px; - background-color: #F4F4F4; } div.project-head { @@ -48,11 +47,27 @@ div.project-head { background: -moz-linear-gradient(top, #E3E3E3, #CACACA); /* Firefox 3.6+ */ background: -ms-linear-gradient(top, #E3E3E3, #CACACA); /* IE 10+ (lol) */ background: -o-linear-gradient(top, #E3E3E3, #CACACA); /* Opera 11.10+ */ - background: linear-gradient(top, #E3E3E3, #CACACA); /* God-tier */ + background: linear-gradient(top, #E3E3E3, #CACACA); /* God-tier */ } div.project-body { padding: 6px 12px 9px 12px; + border-radius: 0px 0px 5px 5px; + + background: #F4F4F4; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#EFEFEF)); + background: -webkit-linear-gradient(top, #F9F9F9, #EFEFEF); + background: -moz-linear-gradient(top, #F9F9F9, #EFEFEF); + background: -ms-linear-gradient(top, #F9F9F9, #EFEFEF); + background: -o-linear-gradient(top, #F9F9F9, #EFEFEF); + background: linear-gradient(top, #F9F9F9, #EFEFEF); */ + +} + +div.divider { + border-bottom: 1px solid #AAA; + margin-top: 15px; + margin-bottom: 15px; } td.about-l { @@ -139,11 +154,6 @@ td#right-box { vertical-align: top; } -hr { - margin-top: 12px; - margin-bottom: 12px; -} - td#about-tl { border-top-left-radius: 5px; border-top: 1px solid #AAA; } td#about-tr { border-top-right-radius: 5px; border-top: 1px solid #AAA; } td#about-bl { border-bottom-left-radius: 5px; border-bottom: 1px solid #AAA; } diff --git a/index.html b/index.html index 98c025f..a22a5e1 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ title: Home EarwigBot is a Python robot that edits Wikipedia and interacts with people over IRC. -
+
toolserver (Web // started July 2009) @@ -20,7 +20,7 @@ title: Home A collection of Wikipedia-related web tools and associated documentation running on the Wikimedia Toolserver.
-
+
music-quizzer (Python // started May 2011) @@ -29,7 +29,7 @@ title: Home MusicQuizzer is a Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes.
-
+
git-repo-updater (Python // started June 2011) @@ -38,7 +38,7 @@ title: Home Gitup is a console script that allows you to easily pull to multiple git repositories at once.
-
+
earwig.github.com (Web // started June 2011)