mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
new buttons, new modal updates around spacing and placeholder content
This commit is contained in:
@@ -7,22 +7,9 @@
|
||||
/* Body and structure
|
||||
-------------------------------------------------- */
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
background-repeat: no-repeat;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), color-stop(0.15, #ffffff), to(#ffffff));
|
||||
background-image: -webkit-linear-gradient(#eeeeee, color-stop(0.15, #ffffff), #ffffff);
|
||||
background-image: -moz-linear-gradient(#eeeeee, color-stop(#ffffff, 0.15), #ffffff);
|
||||
background-attachment: fixed;
|
||||
background-position: 0 40px;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
header,
|
||||
section,
|
||||
footer,
|
||||
article,
|
||||
aside {
|
||||
display: block;
|
||||
}
|
||||
section {
|
||||
padding-top: 80px;
|
||||
margin-bottom: -40px;
|
||||
|
||||
Reference in New Issue
Block a user