- Revision
- 835
- Author
- mde
- Date
- 2006-07-10 12:02:11 -0700 (Mon, 10 Jul 2006)
Log Message
Moved margin/padding zeroing rules from '*' selector to selector specific to block elements (i.e., div, p, etc.).
Modified Paths
Diff
Modified: trunk/sites/chandler/main.css (834 => 835)
--- trunk/sites/chandler/main.css 2006-07-10 18:13:43 UTC (rev 834) +++ trunk/sites/chandler/main.css 2006-07-10 19:02:11 UTC (rev 835) @@ -1,7 +1,4 @@ * { - padding:0px; - margin:0px; - border:0px; font-family:lucida grande,verdana,arial,sans serif; } body { @@ -9,6 +6,9 @@ height:100%; } div, p, td, ul, li, h1, h2, h3, h4 { + padding:0px; + margin:0px; + border:0px; font-size:12px; } img { @@ -58,6 +58,7 @@ } li { margin-left:24px; + margin-bottom:6px; } .spacerDiv { font-size:0px; @@ -137,13 +138,13 @@ text-align:left; float:left; } +#contentMain div, p, ul, li { + margin-top:0px; + line-height:18px; +} #contentMain p, ul { margin-bottom:14px; - margin-top:0px; } -#contentMain div, p, ul { - line-height:18px; -} #mainCopy { float:left; width:380px;
Modified: trunk/sites/cosmo/main.css (834 => 835)
--- trunk/sites/cosmo/main.css 2006-07-10 18:13:43 UTC (rev 834) +++ trunk/sites/cosmo/main.css 2006-07-10 19:02:11 UTC (rev 835) @@ -1,7 +1,4 @@ * { - padding:0px; - margin:0px; - border:0px; font-family:lucida grande,verdana,arial,sans serif; } body { @@ -9,6 +6,9 @@ height:100%; } div, p, td, ul, li, h1, h2, h3, h4 { + padding:0px; + margin:0px; + border:0px; font-size:12px; } code { @@ -61,6 +61,7 @@ } li { margin-left:24px; + margin-bottom:6px; } .spacerDiv { font-size:0px; @@ -148,13 +149,13 @@ text-align:left; float:left; } +#contentMain div, p, ul, li { + margin-top:0px; + line-height:18px; +} #contentMain p, ul { margin-bottom:14px; - margin-top:0px; } -#contentMain div, p, ul { - line-height:18px; -} #smallIconCell { vertical-align:top; text-align:center;
Modified: trunk/sites/scooby/main.css (834 => 835)
--- trunk/sites/scooby/main.css 2006-07-10 18:13:43 UTC (rev 834) +++ trunk/sites/scooby/main.css 2006-07-10 19:02:11 UTC (rev 835) @@ -1,7 +1,4 @@ * { - padding:0px; - margin:0px; - border:0px; font-family:lucida grande,verdana,arial,sans serif; } body { @@ -9,6 +6,9 @@ height:100%; } div, p, td, ul, li, h1, h2, h3, h4 { + padding:0px; + margin:0px; + border:0px; font-size:12px; } img { @@ -58,6 +58,7 @@ } li { margin-left:24px; + margin-bottom:6px; } .spacerDiv { font-size:0px; @@ -145,13 +146,13 @@ text-align:left; float:left; } +#contentMain div, p, ul, li { + margin-top:0px; + line-height:18px; +} #contentMain p, ul { margin-bottom:14px; - margin-top:0px; } -#contentMain div, p, ul { - line-height:18px; -} #smallIconCell { vertical-align:top; text-align:center;
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
