Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
breaking everying (initial martellization groundwork)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Apr 4, 2012
1 parent 05ba6be commit 4df2a61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions media/css/mkt/detail.less
Expand Up @@ -2,7 +2,7 @@

.product-details {
.actions {
.width(2);
.width(3);
float: right;
margin-bottom: 16px;
.button {
Expand All @@ -11,10 +11,10 @@
}
}
.icon {
padding: 4px;
background: #fff;
.border-radius(2px);
.box-shadow(0 1px 2px #000);
.box-shadow(0 1px 2px fadeOut(#000, 50%));
.width(2);
}
.vitals {
float: left;
Expand Down
11 changes: 6 additions & 5 deletions media/css/mkt/lib.less
Expand Up @@ -2,8 +2,8 @@
// Adaped from Frameless by Joni Korpi <http://framelessgrid.com/>
// licensed under CC0 <http://creativecommons.org/publicdomain/zero/1.0/>

@column: 72; // The column-width of your grid in pixels
@gutter: 36; // The gutter-width of your grid in pixels
@column: 48; // The column-width of your grid in pixels
@gutter: 24; // The gutter-width of your grid in pixels
@px: 1px; // Multiply by this to make a number in px.

.width(@cols:1) {
Expand All @@ -14,9 +14,10 @@
}

//Breakpoints
@3col: 440px;
@4col: 750px;
@7col: 1100px;
@3col: 0px;
@4col: 480px;
@7col: 480px;
@10col: 768px;


// Colors
Expand Down

0 comments on commit 4df2a61

Please sign in to comment.