Changeset 9302 for src/django_gheat/website/static/style.css
- Timestamp:
- Jun 27, 2011, 4:00:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/style.css
r9297 r9302 1 /** 2 * Body 3 */ 4 1 5 body,html{ 2 6 height:100%; … … 10 14 } 11 15 16 /** 17 * Divs 18 */ 19 12 20 #heatmap{ 13 21 position:absolute; … … 156 164 width:10px; 157 165 } 158 166 167 /** 168 * Text settings 169 */ 170 159 171 h1{ 160 172 color:#C20000; … … 186 198 } 187 199 188 /* Colorpicker */ 200 /** 201 * Colorpicker 202 */ 189 203 190 204 div.color_picker {
Note:
See TracChangeset
for help on using the changeset viewer.