Changeset 541 in main
- Timestamp:
- 11/23/11 13:14:00 (9 years ago)
- Location:
- trunk/openPLM/media/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openPLM/media/css/openplm.css
r539 r541 35 35 font-size: 1.5em; 36 36 line-height: 1.3; 37 }38 39 h2 {40 37 background: url("openplm/images/ui-bg_inset-soft_15_373737_1x100.png") repeat-x scroll 50% 50% #373737; 38 } 39 40 h3 { 41 background: #f7f7f7; 42 border-bottom: 1px solid #d7d7d7; 43 border-radius: 0 1em; 44 border-top: 1px #343434; 45 font-size: 105%; 46 margin: 0.5em 0 .5em; 47 padding-left: 1em; 48 color: #444; 41 49 } 42 50 -
trunk/openPLM/media/css/timeline.css
r518 r541 1 1 /* Timeline */ 2 2 3 div.timeline h3 {4 background: #f7f7f7;5 border-bottom: 1px solid #d7d7d7;6 font-size: 105%;7 margin: 0.5em 0 .5em;8 padding-left: 1em;9 color: #444;10 }11 3 12 4 div.timeline dl {
Note: See TracChangeset
for help on using the changeset viewer.