mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added alternate quad layout to TheThemeMachine CSS.
--HG-- branch : 1.x
This commit is contained in:
@@ -41,11 +41,7 @@ body {
|
||||
overflow-y:scroll;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
/*input[disabled], input[disabled="disabled"], input.disabled {
|
||||
color: #fff;
|
||||
}*/
|
||||
|
||||
|
||||
.media-largepreview
|
||||
{
|
||||
width: 300px;
|
||||
|
@@ -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
|
||||
|
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user