Commit: 35f8c90dd49e23f18c2df49e79863911b34763ac Author: Hannes Magnusson <[email protected]> Sun, 29 Dec 2013 01:55:43 -0800 Parents: e727b8f4ea37b1b3e0e85bb2f2800d0c56d26144 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=35f8c90dd49e23f18c2df49e79863911b34763ac Log: Move near its friends Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 9ca296a..d4fde64 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -50,10 +50,6 @@ nav { nav img { vertical-align: middle; } -.fullscreen > .fullscreen > *, -.mainscreen > * { - margin: 0 40px; -} nav ul { display: inline-block; list-style: none; @@ -143,6 +139,10 @@ section.mainscreen { border-top: 0px; border-bottom: 0px; } +.fullscreen > .fullscreen > *, +.mainscreen > * { + margin: 0 40px; +} .fullscreen > .fullscreen, .mainscreen { border: 1px solid #99c; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
