This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continuing to fix IE, Preparing to move to LESS
- Loading branch information
andrewmbacon
committed
Jul 18, 2014
1 parent
f165d9e
commit bbfbac2
Showing
11 changed files
with
6,794 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/*-------------------------------------------------------------- | ||
12.2 Galleries | ||
--------------------------------------------------------------*/ | ||
.gallery { | ||
margin-bottom: 1.5em; | ||
} | ||
.gallery-item { | ||
display: inline-block; | ||
text-align: center; | ||
vertical-align: top; | ||
width: 100%; | ||
} | ||
.gallery-columns-2 .gallery-item { | ||
max-width: 50%; | ||
} | ||
.gallery-columns-3 .gallery-item { | ||
max-width: 33.33%; | ||
} | ||
.gallery-columns-4 .gallery-item { | ||
max-width: 25%; | ||
} | ||
.gallery-columns-5 .gallery-item { | ||
max-width: 20%; | ||
} | ||
.gallery-columns-6 .gallery-item { | ||
max-width: 16.66%; | ||
} | ||
.gallery-columns-7 .gallery-item { | ||
max-width: 14.28%; | ||
} | ||
.gallery-columns-8 .gallery-item { | ||
max-width: 12.5%; | ||
} | ||
.gallery-columns-9 .gallery-item { | ||
max-width: 11.11%; | ||
} | ||
.gallery-caption {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/*-------------------------------------------------------------- | ||
9.0 Widgets | ||
--------------------------------------------------------------*/ | ||
.widget { | ||
margin: 0 0 1.5em; | ||
} | ||
|
||
/* Make sure select elements fit in widgets */ | ||
.widget select { | ||
max-width: 100%; | ||
} | ||
|
||
/* Search widget */ | ||
.widget_search .search-submit { | ||
display: none; | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.