Changeset 2910
- Timestamp:
- 01/28/12 12:17:53 (4 months ago)
- Location:
- trunk/site/style
- Files:
-
- 2 modified
-
base-style.css (modified) (1 diff)
-
oceanexpress/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/style/base-style.css
r2552 r2910 4 4 margin: 1px; /*need to be forced*/ 5 5 6 } 7 8 #menubox { 6 9 } 7 10 -
trunk/site/style/oceanexpress/style.css
r1548 r2910 12 12 background-color: #ff652e; 13 13 } 14 14 15 15 16 #baneer … … 54 55 .leftbox, .icbox { 55 56 border-bottom: solid 1px #15214b; 57 } 58 59 #menubox { 60 background-color: #f9f1e8; 61 right:130px; 62 opacity:0.7; 63 filter:alpha(opacity=70); /* For IE8 and earlier */ 64 position:absolute; 65 top:2px; 66 margin: 0px; 67 height: 15px; 68 font-weight: bold; 56 69 } 57 70
