mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
css tests cleanup
This commit is contained in:
parent
de7aee2465
commit
5179df1928
Binary file not shown.
@ -75,18 +75,25 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
/* nuke background */
|
||||||
background-image: none;
|
body {
|
||||||
}
|
background-image: none;
|
||||||
.col1 {
|
}
|
||||||
background-color: rgba(255,0,0,.1);
|
/* space out subhead */
|
||||||
}
|
.subhead {
|
||||||
.col2 {
|
margin-bottom: 36px;
|
||||||
background-color: rgba(0,255,0,.1);
|
}
|
||||||
}
|
|
||||||
.col3 {
|
/* colgroup tests */
|
||||||
background-color: rgba(0,0,255,.1);
|
.col1 {
|
||||||
}
|
background-color: rgba(255,0,0,.1);
|
||||||
|
}
|
||||||
|
.col2 {
|
||||||
|
background-color: rgba(0,255,0,.1);
|
||||||
|
}
|
||||||
|
.col3 {
|
||||||
|
background-color: rgba(0,0,255,.1);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
|
31
docs/templates/pages/css-tests.mustache
vendored
31
docs/templates/pages/css-tests.mustache
vendored
@ -1,16 +1,23 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
/* nuke background */
|
||||||
background-image: none;
|
body {
|
||||||
}
|
background-image: none;
|
||||||
.col1 {
|
}
|
||||||
background-color: rgba(255,0,0,.1);
|
/* space out subhead */
|
||||||
}
|
.subhead {
|
||||||
.col2 {
|
margin-bottom: 36px;
|
||||||
background-color: rgba(0,255,0,.1);
|
}
|
||||||
}
|
|
||||||
.col3 {
|
/* colgroup tests */
|
||||||
background-color: rgba(0,0,255,.1);
|
.col1 {
|
||||||
}
|
background-color: rgba(255,0,0,.1);
|
||||||
|
}
|
||||||
|
.col2 {
|
||||||
|
background-color: rgba(0,255,0,.1);
|
||||||
|
}
|
||||||
|
.col3 {
|
||||||
|
background-color: rgba(0,0,255,.1);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user