Changeset 69 for trunk/style
- Timestamp:
- Feb 28, 2016, 10:54:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/style.css
r14 r69 321 321 width: auto; 322 322 } 323 324 .BaseTable 325 { 326 margin: 2px auto 2px auto; 327 border-width: 1px; 328 border-color: black; 329 border-style: solid; 330 border-collapse: collapse; 331 } 332 333 .BaseTable tr td 334 { 335 border-width: 1px; 336 border-color: black; 337 border-style: solid; 338 padding: 2px; 339 text-align: center; 340 } 341 342 .BaseTable tr th 343 { 344 border-width: 1px; 345 border-color: black; 346 border-style: solid; 347 padding: 2px; 348 background-color: #F0F0F0; 349 text-align: center; 350 }
Note:
See TracChangeset
for help on using the changeset viewer.