Commit:    7cb664bbb1e5ca2d324de521872adeb6c61efaf8
Author:    Levi Morrison <[email protected]>         Fri, 4 Apr 2014 08:48:59 -0600
Parents:   f13c0d33f0a1820f3316944f6b552446b25023ca
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=7cb664bbb1e5ca2d324de521872adeb6c61efaf8

Log:
Added sup/sub rules; also narrowed conflicting rule

Changed paths:
  M  styles/defaults.css


Diff:
diff --git a/styles/defaults.css b/styles/defaults.css
index 5a4e275..860a23b 100644
--- a/styles/defaults.css
+++ b/styles/defaults.css
@@ -149,6 +149,17 @@ ul, ol {
 .clearfix:after {
   clear:both;
 }
+sub,
+sup {
+  position:relative;
+  vertical-align:baseline;
+}
+sub {
+  bottom:-.25em;
+}
+sup {
+  top:-.4em;
+}
 /* }}} */
 
 /* {{{ fullscreen/mainscreen/secondscreen tweaks */
@@ -167,7 +178,7 @@ section.mainscreen {
   margin-right: 40px;
   margin-left: 40px;
 }
-section.fullscreen a {
+section a {
   color: #369;
   border-bottom: 1px solid;
   text-decoration: none;


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

Reply via email to