1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

css tests cleanup

This commit is contained in:
Mark Otto
2012-03-23 01:31:22 -07:00
parent de7aee2465
commit 5179df1928
3 changed files with 38 additions and 24 deletions

Binary file not shown.

View File

@@ -75,9 +75,16 @@
<div class="container">
<style>
/* nuke background */
body {
background-image: none;
}
/* space out subhead */
.subhead {
margin-bottom: 36px;
}
/* colgroup tests */
.col1 {
background-color: rgba(255,0,0,.1);
}

View File

@@ -1,7 +1,14 @@
<style>
/* nuke background */
body {
background-image: none;
}
/* space out subhead */
.subhead {
margin-bottom: 36px;
}
/* colgroup tests */
.col1 {
background-color: rgba(255,0,0,.1);
}