Title: [116773] trunk/Websites/webkit.org
Revision
116773
Author
[email protected]
Date
2012-05-11 08:51:19 -0700 (Fri, 11 May 2012)

Log Message

       Try to make spacing of fine print items in lower left nicer looking.

* css/main.css:
(#notice, #trademark, #terms): Changed top margin to 10px.
(#notice): Put 30px margin here.

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (116772 => 116773)


--- trunk/Websites/webkit.org/ChangeLog	2012-05-11 15:48:50 UTC (rev 116772)
+++ trunk/Websites/webkit.org/ChangeLog	2012-05-11 15:51:19 UTC (rev 116773)
@@ -1,11 +1,19 @@
 2012-05-11  Darin Adler  <[email protected]>
 
+       Try to make spacing of fine print items in lower left nicer looking.
+
+        * css/main.css:
+        (#notice, #trademark, #terms): Changed top margin to 10px.
+        (#notice): Put 30px margin here.
+
+2012-05-11  Darin Adler  <[email protected]>
+
         CSS tweak needed for the trademark terms of use.
 
         * css/main.css:
         (#notice, #trademark, #terms): Added #trademark.
 
-2012-05-10  Darin Adler  <[email protected]>
+2012-05-11  Darin Adler  <[email protected]>
 
         Add a link to WebKit trademark terms of use, other small website changes
         https://bugs.webkit.org/show_bug.cgi?id=86112

Modified: trunk/Websites/webkit.org/css/main.css (116772 => 116773)


--- trunk/Websites/webkit.org/css/main.css	2012-05-11 15:48:50 UTC (rev 116772)
+++ trunk/Websites/webkit.org/css/main.css	2012-05-11 15:51:19 UTC (rev 116773)
@@ -162,12 +162,16 @@
 #notice, #trademark, #terms {
     min-width: 0px;
     padding: 0px;
-    margin: 30px 10px 10px -5px;
+    margin: 10px 10px 10px -5px;
     font-size: 9px;
     line-height: 11px;
     color: #aaa !important;
 }
 
+#notice {
+    margin-top: 30px;
+}
+
 #notice a {
     color: inherit !important;
     text-decoration: none;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to