Added alternate quad layout to TheThemeMachine CSS.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-03-30 11:45:27 -07:00
parent 8c30a7d77e
commit b8a59e3432
3 changed files with 9 additions and 6 deletions

View File

@@ -41,11 +41,7 @@ body {
overflow-y:scroll;
overflow-x:hidden;
}
/*input[disabled], input[disabled="disabled"], input.disabled {
color: #fff;
}*/
.media-largepreview
{
width: 300px;

View File

@@ -417,6 +417,12 @@ nav ul
.split-124 #footer-quad-fourth { width:480px; } /* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third { width:480px; } /* If zones 1, 2, 3 are on */
/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*/ /* If zones 2, 3, 4 are on */
/* Widgets

View File

@@ -9,7 +9,8 @@
@{
/* Global includes for the theme
***************************************************************/
SetMeta("X-UA-Compatible", "IE=edge,chrome=1");
Style.Include("http://fonts.googleapis.com/css?family=Lobster&subset=latin");
Style.Include("site.css");