Changeset 15748 for trunk/templates
- Timestamp:
- 12/11/11 23:00:35 (6 months ago)
- Location:
- trunk/templates/base/css
- Files:
-
- 2 edited
-
default.css (modified) (4 diffs)
-
forms.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/css/default.css
r15711 r15748 150 150 151 151 .bx-def-font { 152 font-family: Lucida Grande,Arial,sans-serif;153 font-size:1 2px;152 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 153 font-size:14px; 154 154 color:#333; 155 155 } 156 156 157 157 .bx-def-font-inputs { 158 font-family: Lucida Grande,Arial,sans-serif;159 font-size:1 2px;158 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 159 font-size:14px; 160 160 color:#333; 161 161 } … … 170 170 171 171 .bx-def-font-large { 172 font-size:1 4px;172 font-size:18px; 173 173 } 174 174 175 175 h1, 176 176 .bx-def-font-h1 { 177 font-size: 24px;177 font-size:32px; 178 178 font-weight:bold; 179 179 } … … 181 181 h2, 182 182 .bx-def-font-h2 { 183 font-size: 18px;183 font-size:24px; 184 184 font-weight:bold; 185 185 } … … 187 187 h3, 188 188 .bx-def-font-h3 { 189 font-size:1 6px;189 font-size:18px; 190 190 font-weight:bold; 191 191 } -
trunk/templates/base/css/forms.css
r15718 r15748 49 49 50 50 .bx-form-caption { 51 font-weight:bold;52 51 margin-bottom:5px; 53 52 } … … 72 71 position:absolute; 73 72 left:-4px; 74 top: 1px;73 top:3px; 75 74 width:16px; 76 75 height:16px;
Note: See TracChangeset
for help on using the changeset viewer.