Commit:    73c123f9345badded733b429e652ff4a3e464d95
Author:    Levi Morrison <le...@php.net>         Tue, 9 Jul 2013 15:13:37 -0600
Parents:   dcd9ba613ef70bf8b5ab58ced4ce5ec1c6091d75
Branches:  responsive

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=73c123f9345badded733b429e652ff4a3e464d95

Log:
Purple-ized the header. Also made some small adjustments to colors and borders 
in general.

Changed paths:
  M  styles/bootstrap.css
  M  styles/doc.css
  M  styles/theme.css


Diff:
diff --git a/styles/bootstrap.css b/styles/bootstrap.css
index 9833c8c..bc6d995 100644
--- a/styles/bootstrap.css
+++ b/styles/bootstrap.css
@@ -850,12 +850,11 @@ textarea {
   margin-right: -1px;
 }
 .navbar-inverse .navbar-inner {
-  background-color: #333;
-  border-color: #333;
+  background-color: #99c;
 }
 .navbar-inverse .brand,
 .navbar-inverse .nav > li > a {
-  color: #999999;
+  color: #eef;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
 .navbar-inverse .brand:hover,
@@ -865,7 +864,7 @@ textarea {
   color: #ffffff;
 }
 .navbar-inverse .brand {
-  color: #999999;
+  color: #eef;
 }
 .navbar-inverse .navbar-text {
   color: #999999;
@@ -879,7 +878,7 @@ textarea {
 .navbar-inverse .nav .active > a:hover,
 .navbar-inverse .nav .active > a:focus {
   color: #ffffff;
-  background-color: #111111;
+  background-color: #669;
 }
 .navbar-inverse .navbar-link {
   color: #999999;
diff --git a/styles/doc.css b/styles/doc.css
index 47a9d16..ca70a0b 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -289,13 +289,15 @@ ul.chunklist_children {
 .docs .refsect1 {
     margin-top: 3em;
     color: #444;
-    border-top: 0.2em solid #669;
+    border-top: 0.125em solid #669;
 }
 
 .docs .classsynopsis,
 .docs div.refsect1 {
     position: relative;
     background-color: #eeeef6;
+    -moz-border-radius:0 0 2px 2px;
+    border-radius:0 0 2px 2px;
     padding: .75em;
 }
 
@@ -441,9 +443,11 @@ div.soft-deprecation-notice blockquote.sidebar {
 
 
 #breadcrumbs {
-    background:#f3f3f3;
+    background:#eee;
     padding:.5em .75em;
     margin:0 0 .75em;
+    -moz-border-radius:2px;
+    border-radius:2px;
 }
 #breadcrumbs ul {
     padding:0;
diff --git a/styles/theme.css b/styles/theme.css
index 27421e0..b19a9c1 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -139,7 +139,7 @@ hr {
 }
 
 .navbar {
-    border-bottom:.25em solid #99c;
+    border-bottom:.25em solid #669;
 }
 
 .change-language {
@@ -325,6 +325,8 @@ hr {
     background-color: #eee;
     border-top: 0.125em solid #ccc;
     padding: .375em .75em .75em;
+    -moz-border-radius:0 0 2px 2px;
+    border-radius:0 0 2px 2px;
 }
 
 /* Vote arrow styles. */
@@ -544,6 +546,7 @@ aside.tips div.inner {
     float: left;
     padding:.75em;
     background-color:#eeeef6;
+    border-radius:2px;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to