12345678910111213141516171819202122232425 |
- .site-content {
- float: left;
- margin: 0 -25% 0 0;
- width: 100%;
- }
- #content {
- margin: 0 25% 0 0;
- }
- #secondary {
- float: right;
- overflow: hidden;
- width: 25%;
- }
- #tertiary {
- clear: right;
- }
- .site-footer {
- clear: both;
- width: 100%;
- }
|