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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-12 08:20:49 +0300
committerYihui Xie <xie@yihui.name>2017-07-12 08:20:49 +0300
commit2d00d0cbb539a11f5cafe206334d07d57a0f8a4b (patch)
tree27c186ef0963d873fbdbbca33107364cca357cce
parent2c9cef0cb31e6d4a0c31bc2cacf714b3f82016f1 (diff)
add a top border
-rw-r--r--static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f29d410..58134d7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -17,6 +17,7 @@ main { margin-bottom: 15px; }
/* header and footer areas */
.header {
+ border-top: 5px solid #666;
border-bottom: 4px double #666;
text-align: center;
padding: 15px 0 5px;