Commit: 8f27415c1cbc4495bbe8a8a4cada48dcf5c5e1af Author: Sobak <[email protected]> Wed, 19 Mar 2014 20:59:47 +0100 Parents: 4f0b4abea98844cbcdfdd3078347bb09e149a5e1 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=8f27415c1cbc4495bbe8a8a4cada48dcf5c5e1af Log: Add styles for doc.php.net Changed paths: A styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css new file mode 100644 index 0000000..639d1a0 --- /dev/null +++ b/styles/doc.css @@ -0,0 +1,21 @@ +.panel { + margin:0; + background:#E2E4EF; + border:1px solid #C4C9DF; + border-radius:2px; +} + +.panel .headline, .panel .body, .panel > a { + padding:.75rem 1rem; + margin:0; +} + +.panel .body { + background-color:#fff; + border-radius:0 0 2px 2px; +} + +.panel ul { + margin:0; + padding-left:5px; +} \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
