Changeset 559de22 in github
- Timestamp:
- Jul 24, 2010 2:23:02 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 27ea62a
- Parents:
- 9048094
- File:
-
- 1 edited
-
skins/default/settings.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/settings.css
r58a58cc r559de22 127 127 #subscription-table thead td.name 128 128 { 129 width: 360px; 130 } 131 132 #subscription-table thead td.msgcount 133 { 134 width: 90px; 135 } 136 137 #subscription-table thead td.subscribed 138 { 139 width: 90px; 129 width: 95%; 130 } 131 132 #subscription-table thead td.msgcount, 133 #subscription-table thead td.subscribed, 134 #subscription-table thead td.threaded 135 { 136 white-space: nowrap; 137 min-width: 50px; 140 138 } 141 139 … … 156 154 { 157 155 font: inherit; 158 width: 240px;156 width: 90%; 159 157 } 160 158
Note: See TracChangeset
for help on using the changeset viewer.
