aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 22:50:59 -0700
committerMark Otto <[email protected]>2011-09-10 22:50:59 -0700
commit0c656e29fc77472381d9673d58b53da391c31773 (patch)
treef0938655bf13f999ecbf7be6b90fc0c7cfdb2c7d /bootstrap-1.3.0.css
parentd0f7637a7d472dd8431b6b61376515bf852edaf8 (diff)
downloadbootstrap-0c656e29fc77472381d9673d58b53da391c31773.tar.xz
bootstrap-0c656e29fc77472381d9673d58b53da391c31773.zip
updated styles for the media grids
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index de9b0045f..fef02501d 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Sep 10 22:46:48 PDT 2011
+ * Date: Sat Sep 10 22:50:02 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2252,7 +2252,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.media-grid li {
display: inline;
}
-.media-grid .thumbnail {
+.media-grid a {
float: left;
padding: 4px;
margin: 0 0 20px 20px;
@@ -2264,12 +2264,12 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
-.media-grid .thumbnail:hover {
+.media-grid a img {
+ display: block;
+}
+.media-grid a:hover {
border-color: #0069d6;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
-.media-grid img {
- display: block;
-}