2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

overhaul the docs and css to merge into 2.1.2 since this was against master

This commit is contained in:
Mark Otto
2012-09-17 18:15:39 -07:00
parent 917b46a343
commit 143fef9f95
6 changed files with 340 additions and 114 deletions
+4 -4
View File
@@ -156,16 +156,16 @@
}
// Medias
// Reset float and spacing to stack
.media .pull-left,
.media .pull-right {
.media .pull-right {
float: none;
display: block;
margin-bottom: 10px;
}
.media .pull-left {
// Remove side margins since we stack instead of indent
.media-object {
margin-right: 0;
}
.media .pull-right {
margin-left: 0;
}