1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 13:38:26 +01:00

fix ad placement

This commit is contained in:
Mark Otto 2014-01-15 16:25:04 -08:00
parent 5ac8dca8ad
commit 7e7264e224
2 changed files with 4 additions and 2 deletions

View File

@ -391,7 +391,8 @@ body {
@media (min-width: 768px) {
.carbonad {
margin: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@ -400,6 +401,7 @@ body {
position: absolute;
top: 0;
right: 15px; /* 15px instead of 0 since box-sizing */
margin: 0 !important;
padding: 15px !important;
width: 330px !important;
}

File diff suppressed because one or more lines are too long