Commit: 09093b0ce1340d5cd6ac41bde51c5d4f735f9c46 Author: Levi Morrison <le...@php.net> Wed, 3 Jul 2013 10:58:02 -0600 Parents: d53ec23d06e508d43592025fd9690ffdd219f844 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=09093b0ce1340d5cd6ac41bde51c5d4f735f9c46 Log: Removed some excess spacing. Also deepened some colors for more contrast. I did make them slightly purple -- we may want to move back to grey. Changed paths: M styles/doc.css M styles/theme.css Diff: diff --git a/styles/doc.css b/styles/doc.css index ddf1882..8071b70 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -321,7 +321,7 @@ ul.chunklist_children { .docs .classsynopsis, .docs div.refsect1 { position: relative; - background-color: #f5f5f5; + background-color: #eef; padding: .75em; } @@ -375,7 +375,7 @@ ul.chunklist_children { /* - Side Menu - */ .docs .layout-menu { - width: 17em; + width: 16.5em; } .docs .layout-menu ul.parent-menu-list { @@ -433,7 +433,7 @@ ul.chunklist_children { body.docs #layout { min-width:45em; width:auto; - padding:0 3em 0 1.5em; + padding:0 3em 0 0; } .docs .layout-menu ul.child-menu-list a:hover, diff --git a/styles/theme.css b/styles/theme.css index 1c12f70..3e1413e 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -141,7 +141,6 @@ hr { height: 70px; line-height: 1; background: url('/images/sprites.png') repeat-x 0px -100px; - margin-top:.75em; min-width:960px; } @@ -252,7 +251,7 @@ hr { #headnav li dl dd:hover, #headnav li dl dt:hover { - background: #eee; + background: #eef; } #headnav li.current a.menu-link, @@ -433,10 +432,10 @@ hr { } #usernotes .note:first-of-type .text { - border-color: #dde; + border-color: #ccd; } #usernotes .note .text { - background-color: #f5f5f5; + background-color: #eef; border-top: 0.125em solid #669; padding: 1.375em .75em 1.5em; } @@ -654,13 +653,14 @@ aside.tips div.inner { #layout { width: 960px; -} -#layout { - margin: 1.5em auto; + margin: .75em auto 1.5em; } .layout-menu { float: left; + padding:.75em; + margin-top:-.75em; + background-color:#eef; } .layout-menu li a { @@ -842,7 +842,7 @@ table.standard tr:nth-child(even) td.sub, table.standard tr:nth-child(even) th.sub, table.standard tr td.sub, table.standard tr th.sub { - background: #eee; + background: #eef; } table.standard td.subr, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php