Changeset 479a9915 in github
- Timestamp:
- Apr 21, 2010 5:40:28 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- f3e1010
- Parents:
- 8e211ad
- Location:
- skins/default
- Files:
-
- 2 edited
-
common.css (modified) (1 diff)
-
templates/settings.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/common.css
r510df54 r479a9915 487 487 /***** roundcube webmail pre-defined classes *****/ 488 488 489 #rcversion 490 { 491 position: absolute; 492 top: 67px; 493 left: 20px; 494 width: 160px; 495 text-align: center; 496 497 font-weight: normal; 498 font-size: x-small; 499 font-variant: small-caps; 500 501 color: #999999; 502 /*border: 1px solid #308014; 503 background-color: #b4eeb4;*/ 489 #rcmversion 490 { 491 position: absolute; 492 bottom: 10px; 493 right: 20px; 494 text-align: right; 495 white-space: nowrap; 496 font-size: 8pt; 497 color: #999; 504 498 } 505 499 -
skins/default/templates/settings.html
r875ac893 r479a9915 38 38 </div> 39 39 40 <div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div> 41 40 42 </body> 41 43 </html>
Note: See TracChangeset
for help on using the changeset viewer.
