--- tahoe.css.original19 2012-06-30 13:42:47.000000000 +0000 +++ tahoe.css.patched19 2012-06-30 13:42:47.000000000 +0000 @@ -80,7 +80,7 @@ /* just in case, make sure floats don't stomp on big tables etc. */ -.section { clear: both; } +/* .section { clear: both; } */ /* section-specific styles - turn this client info into a sidebar */ #this-client { @@ -109,6 +109,36 @@ padding-left: 0; } +#grid-updates { + width: 55%; + font-size: 60%; + color: white; + text-align: center; + background: white; + border: .3em solid #3289b4; +} +#grid-updates h2 { + background: #3289b4; + border: 1px solid white; + margin: 0; + padding: .3em; +} +div.grid-updates{ + background: #58a1c3; + border: 1px solid white; + font-family: sans-serif; +} +a.grid-updates { + color: white; +} +iframe#grid-updates { + background-color: white; + width: 98%; + height: 25%; + border: none; +} +/* End grid-updates news section */ + /* services table */ .services { @@ -161,3 +191,4 @@ border: 1px solid #a00; padding: 2px } +/* grid-updates patch VERSION=1.8.3-gu6 */