Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNurlan Su <nurlansu@users.noreply.github.com>2017-02-20 01:51:11 +0300
committerNurlan Su <nurlansu@users.noreply.github.com>2017-02-20 01:51:11 +0300
commit2f63729d719927ed984a5a2da9af005cc1b66b15 (patch)
tree8814ff69f27bde1982b325dec72d4aafc7fb21e8
parent9d07fbea4a40d2b832e678900baba1de953f9a28 (diff)
Removed unnecessary comments
-rwxr-xr-xstatic/css/main.css20
1 files changed, 6 insertions, 14 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 32988a0..890a094 100755
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,13 +1,12 @@
-/* Main page with stikky-footer
--------------------------------------------------- */
-html,
-body {
+/* Main page with stikky-footer */
+html, body {
height: 100%;
background-color: #fff;
font-family: 'Source Sans Pro', sans-serif;
/* The html and body elements cannot have any padding or margin. */
border-top: 3px solid #27A822;
}
+
/* Wrapper for page content to push down footer */
#wrap {
padding-bottom: 50px;
@@ -19,9 +18,7 @@ body {
/*padding: 0 0 60px;*/
}
-/* Navbar
--------------------------------------------------- */
-
+/* Navbar */
.navbar-static-top {
margin-bottom: 10px;
}
@@ -84,9 +81,7 @@ body {
}
}
-/* Custom page CSS
--------------------------------------------------- */
-
+/* Custom page CSS */
.container {
width: auto;
max-width: 800px;
@@ -157,16 +152,13 @@ body {
.disqus {
padding-bottom: 15px;
}
-
.blogpost{
text-align: left;
line-height: 30px;
font-size: 18px;
}
-/* Footer
--------------------------------------------------- */
-
+/* Footer */
.footer {
text-decoration: none !important;
}