Changeset 14143 for trunk/FACT++
- Timestamp:
- 06/10/12 14:48:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.css
r14041 r14143 237 237 margin:0; 238 238 } 239 240 239 .astro td:nth-child(2) { 241 240 text-align:right; 242 241 padding:0px 5px 0px 0px; 243 242 margin:0; 244 }245 243 .astro td:nth-child(3) { 246 244 text-align:center; … … 248 246 margin:0; 249 247 } 248 249 .sources B { 250 background:#eef; 251 padding-left:4px; 252 padding-right:4px; 253 } 254 255 .help P { 256 text-align:justify; 257 } 258 .help li { 259 padding-left:4px; 260 margin-bottom:1ex; 261 } 262 .help li:nth-child(1) { 263 background:#f0fff0; 264 } 265 .help li:nth-child(2) { 266 background:#fffff0; 267 } 268 .help li:nth-child(3) { 269 background:#fff8f0; 270 } 271 .help li:nth-child(4) { 272 background:#fcfcfc; 273 } 274
Note:
See TracChangeset
for help on using the changeset viewer.