Changeset 2 for trunk/www/style.css


Ignore:
Timestamp:
Nov 28, 2008, 8:21:35 AM (16 years ago)
Author:
george
Message:
  • Upraveno: Převod kódování stránek z iso8859-2 na utf-8.
  • Odstraněno: Staré nepotřebné soubory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/style.css

    r1 r2  
    1 .StatTable {
    2         font-size: small;
    3         margin-left: auto;
    4         margin-right: auto;
    5         margin-bottom: 16px;
    6         border-left: thin solid Black;
    7         border-top: thin solid Black;
     1.StatTable
     2{
     3  font-size: small;
     4  margin-left: auto;
     5  margin-right: auto;
     6  margin-bottom: 16px;
     7  border-left: thin solid Black;
     8  border-top: thin solid Black;
    89}
    910
    10 .StatTable th {
    11         background-color: #e8e8ff;
    12         border-right: thin solid Black;
    13         border-bottom: thin solid Black;
     11.StatTable th
     12{
     13  background-color: #e8e8ff;
     14  border-right: thin solid Black;
     15  border-bottom: thin solid Black;
    1416}
    1517
    16 .StatTable td {
    17         border-right: thin solid Black;
    18         border-bottom: thin solid Black;
    19         padding: 3px 3px 3px 3px;
     18.StatTable td
     19{
     20  border-right: thin solid Black;
     21  border-bottom: thin solid Black;
     22  padding: 3px 3px 3px 3px;
    2023}
    2124
    22 .StatTable tr {
    23         border: thin solid Black;
     25.StatTable tr
     26{
     27  border: thin solid Black;
    2428}
    2529
    26 .StatList {
    27         text-align: center;
    28         margin-bottom: 16px;
     30.StatList
     31{
     32  text-align: center;
     33  margin-bottom: 16px;
    2934}
Note: See TracChangeset for help on using the changeset viewer.