Ticket #1369: tahoe.css.patch

File tahoe.css.patch, 1.1 KB (added by darrob, at 2012-07-01T13:57:07Z)

Patch to tahoe.css

  • tahoe.css.

    old new  
    8080
    8181
    8282/* just in case, make sure floats don't stomp on big tables etc. */
    83 .section { clear: both; }
     83/* .section { clear: both; } */
    8484
    8585/* section-specific styles - turn this client info into a sidebar */
    8686#this-client {
     
    109109  padding-left: 0;
    110110}
    111111
     112#grid-updates {
     113  width: 55%;
     114  font-size: 60%;
     115  color: white;
     116  text-align: center;
     117  background: white;
     118  border: .3em solid #3289b4;
     119}
     120#grid-updates h2 {
     121  background: #3289b4;
     122  border: 1px solid white;
     123  margin: 0;
     124  padding: .3em;
     125}
     126div.grid-updates{
     127  background: #58a1c3;
     128  border: 1px solid white;
     129  font-family: sans-serif;
     130}
     131a.grid-updates {
     132  color: white;
     133}
     134iframe#grid-updates {
     135  background-color: white;
     136  width: 98%;
     137  height: 25%;
     138  border: none;
     139}
     140/* End grid-updates news section */
     141
    112142
    113143/* services table */
    114144.services {
     
    161191  border: 1px solid #a00;
    162192  padding: 2px
    163193}
     194/* grid-updates patch VERSION=1.8.3-gu6 */