Removed unnecessary comments
This commit is contained in:
parent
9d07fbea4a
commit
2f63729d71
@ -1,13 +1,12 @@
|
|||||||
/* Main page with stikky-footer
|
/* Main page with stikky-footer */
|
||||||
-------------------------------------------------- */
|
html, body {
|
||||||
html,
|
|
||||||
body {
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
/* The html and body elements cannot have any padding or margin. */
|
/* The html and body elements cannot have any padding or margin. */
|
||||||
border-top: 3px solid #27A822;
|
border-top: 3px solid #27A822;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Wrapper for page content to push down footer */
|
/* Wrapper for page content to push down footer */
|
||||||
#wrap {
|
#wrap {
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
@ -19,9 +18,7 @@ body {
|
|||||||
/*padding: 0 0 60px;*/
|
/*padding: 0 0 60px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navbar
|
/* Navbar */
|
||||||
-------------------------------------------------- */
|
|
||||||
|
|
||||||
.navbar-static-top {
|
.navbar-static-top {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
@ -84,9 +81,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom page CSS
|
/* Custom page CSS */
|
||||||
-------------------------------------------------- */
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
@ -157,16 +152,13 @@ body {
|
|||||||
.disqus {
|
.disqus {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blogpost{
|
.blogpost{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer
|
/* Footer */
|
||||||
-------------------------------------------------- */
|
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user