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:
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
7
docs/templates/pages/css-tests.mustache
vendored
7
docs/templates/pages/css-tests.mustache
vendored
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user