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

Fix HTML errors

This commit is contained in:
Julian Thilo
2014-03-28 13:03:22 +01:00
parent 90902db50c
commit 440cedeed3
2 changed files with 11 additions and 11 deletions
@@ -6,23 +6,23 @@ body {
max-width: 500px;
}
.tooltip .tooltip-inner {
min-height: 200px;
min-width: 250px;
max-width: 500px;
min-height: 200px;
}
.placeholder {
height: 900px;
}
.container-viewport {
position: absolute;
left: 200px;
top: 600px;
left: 200px;
width: 600px;
height: 400px;
background: #c00;
}
.btn-bottom {
position: absolute;
left: 0;
bottom: 0;
left: 0;
}