Changeset 9214 for src/django_gheat/website/static/style.css
- Timestamp:
- May 25, 2011, 3:14:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/django_gheat/website/static/style.css ¶
r9213 r9214 32 32 #header{ 33 33 width:100%-10px; 34 height:30px;34 35 35 top:0px; 36 36 background-color:#BA0000; … … 38 38 padding-right:5px; 39 39 text-align:center; 40 font-size:18px; 41 color:white; 40 42 } 41 43 42 44 #menu{ 43 45 width:100%-10px; 44 height:20px;45 46 background-color:#BA0000; 46 47 padding-left:5px; … … 80 81 #node_list{ 81 82 position:absolute; 82 left:50%; 83 margin-left:-150px; 83 left:-2px; 84 84 bottom:-2px; 85 width: 300px;85 width:200px; 86 86 background-color:#FFF; 87 87 border:2px solid #BA0000; 88 88 z-index:1; 89 89 padding:5px; 90 font-size:10px; 90 91 } 91 92
Note:
See TracChangeset
for help on using the changeset viewer.