2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

start breaking down patterns.less into more distinct files, update docs for forms to use correct classes

This commit is contained in:
Mark Otto
2011-11-16 23:58:36 -08:00
parent cabf993bc6
commit a017932285
14 changed files with 1025 additions and 821 deletions
+26
View File
@@ -0,0 +1,26 @@
// MEDIA GRIDS
// -----------
.media-grid {
margin-left: -20px;
margin-bottom: 0;
.clearfix();
li {
display: inline;
}
a {
float: left;
padding: 4px;
margin: 0 0 20px 20px;
border: 1px solid #ddd;
.border-radius(4px);
.box-shadow(0 1px 1px rgba(0,0,0,.075));
img {
display: block;
}
&:hover {
border-color: @linkColor;
.box-shadow(0 1px 4px rgba(0,105,214,.25));
}
}
}