Changeset 59 for branches/mvc/Application/Style
- Timestamp:
- Mar 1, 2015, 12:43:56 PM (10 years ago)
- Location:
- branches/mvc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/mvc/Application/Style/Basic/Style.css
r43 r59 3 3 font-family : Arial, sans-serif; 4 4 } 5 6 .Main 7 { 8 text-align: center; 9 } 10 5 11 .BasicTable 6 12 { … … 25 31 padding: 2px; 26 32 } 33 34 .WideTable 35 { 36 border-color: #A0A0A0; 37 border-style: solid; 38 border-width: 1px 1px 0px 0px; 39 border-spacing: 0px; 40 text-align: center; 41 margin-left: auto; 42 margin-right: auto; 43 } 44 45 .WideTable th 46 { 47 border-color: #A0A0A0; 48 border-style: solid; 49 border-width: 0px 0px 1px 1px; 50 padding: 1px 5px 1px 5px; 51 background-color: #F0F0FF 52 } 53 54 .WideTable td 55 { 56 border-color: #A0A0A0; 57 border-style: solid; 58 border-width: 0px 0px 1px 1px; 59 padding: 1px 5px 1px 5px; 60 text-align: center; 61 } 62 27 63 h3 28 64 {
Note:
See TracChangeset
for help on using the changeset viewer.