1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00
This commit is contained in:
Mark Otto
2014-11-29 18:36:21 -08:00
parent c2d868cfbe
commit 80d7be1126
10 changed files with 16 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3303,7 +3303,7 @@ tbody.collapse.in {
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
@@ -4853,6 +4853,9 @@ a.thumbnail.active {
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media-object {
display: block;
}
.media {
margin-top: 15px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long