Line 6: |
Line 6: |
| h3#p-cactions-label { | | h3#p-cactions-label { |
| border-bottom: none; | | border-bottom: none; |
| + | } |
| + | |
| + | /* Main Page columns style */ |
| + | div.m_left { |
| + | float:left; |
| + | width: 33%; |
| + | } |
| + | div.m_center { |
| + | float:left; |
| + | width: 33%; |
| + | margin-left: 0.5%; |
| + | } |
| + | div.m_right { |
| + | float:right; |
| + | width: 33%; |
| } | | } |
| | | |