Commit: 366152b9d537d599388eb32be9db1c5f1c95e0ce Author: Levi Morrison <[email protected]> Thu, 17 Apr 2014 14:11:13 -0600 Parents: 0fdc2be4374632365fc2bc3a07433332baa25f8b Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=366152b9d537d599388eb32be9db1c5f1c95e0ce Log: Added <hr> styles Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index de3d6cc..8462afc 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -165,6 +165,18 @@ sub { sup { top:-.4em; } +hr { + display:block; + height:1.5rem; + border:0; + margin:1.5rem 0; +} +hr:before { + display:block; + content:" "; + border-bottom:1px dotted #999; + padding: .75rem 0 0 ; +} /* }}} */ /* {{{ fullscreen/mainscreen/secondscreen tweaks */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
