Ignore:
Timestamp:
Jan 22, 2016, 5:31:05 PM (9 years ago)
Author:
chronos
Message:
  • Updated: Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/new/style.css

    r684 r791  
    440440  font-size: small;
    441441}
     442
     443.BaseTable
     444{
     445  margin: 2px auto 2px auto;
     446  border-width: 1px;
     447  border-color: black;
     448  border-style: solid;
     449  border-collapse: collapse;
     450}
     451
     452.BaseTable tr td
     453{
     454  border-width: 1px;
     455  border-color: black;
     456  border-style: solid;
     457  padding: 2px;
     458  text-align: center;
     459}
     460
     461.BaseTable tr th
     462{
     463  border-width: 1px;
     464  border-color: black;
     465  border-style: solid;
     466  padding: 2px;
     467  background-color: #F0F0F0;
     468  text-align: center;
     469}
Note: See TracChangeset for help on using the changeset viewer.