mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
css tests cleanup
This commit is contained in:
Binary file not shown.
@@ -75,9 +75,16 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
/* nuke background */
|
||||||
body {
|
body {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
/* space out subhead */
|
||||||
|
.subhead {
|
||||||
|
margin-bottom: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* colgroup tests */
|
||||||
.col1 {
|
.col1 {
|
||||||
background-color: rgba(255,0,0,.1);
|
background-color: rgba(255,0,0,.1);
|
||||||
}
|
}
|
||||||
|
7
docs/templates/pages/css-tests.mustache
vendored
7
docs/templates/pages/css-tests.mustache
vendored
@@ -1,7 +1,14 @@
|
|||||||
<style>
|
<style>
|
||||||
|
/* nuke background */
|
||||||
body {
|
body {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
/* space out subhead */
|
||||||
|
.subhead {
|
||||||
|
margin-bottom: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* colgroup tests */
|
||||||
.col1 {
|
.col1 {
|
||||||
background-color: rgba(255,0,0,.1);
|
background-color: rgba(255,0,0,.1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user