mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-24 14:01:05 -05:00
Applied bootstrap
This commit is contained in:
14
style.css
14
style.css
@@ -3,3 +3,17 @@
|
||||
html, body {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
|
||||
/* The white background content wrapper */
|
||||
.content {
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
|
||||
-webkit-border-radius: 0 0 6px 6px;
|
||||
-moz-border-radius: 0 0 6px 6px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.15);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user