Ticket #1369: tahoe.css.patch
File tahoe.css.patch, 1.1 KB (added by darrob, at 2012-07-01T13:57:07Z) |
---|
-
tahoe.css.
old new 80 80 81 81 82 82 /* just in case, make sure floats don't stomp on big tables etc. */ 83 .section { clear: both; } 83 /* .section { clear: both; } */ 84 84 85 85 /* section-specific styles - turn this client info into a sidebar */ 86 86 #this-client { … … 109 109 padding-left: 0; 110 110 } 111 111 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 } 126 div.grid-updates{ 127 background: #58a1c3; 128 border: 1px solid white; 129 font-family: sans-serif; 130 } 131 a.grid-updates { 132 color: white; 133 } 134 iframe#grid-updates { 135 background-color: white; 136 width: 98%; 137 height: 25%; 138 border: none; 139 } 140 /* End grid-updates news section */ 141 112 142 113 143 /* services table */ 114 144 .services { … … 161 191 border: 1px solid #a00; 162 192 padding: 2px 163 193 } 194 /* grid-updates patch VERSION=1.8.3-gu6 */