projects
/
brevno-suite
/
themes
/
xmin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6272e67
)
Fix centering on menu in header (style.css change) (#12)
author
oneleaftea
<oneleaftea@users.noreply.github.com>
Sat, 26 Aug 2017 14:05:11 +0000
(07:05 -0700)
committer
Yihui Xie
<xie@yihui.name>
Sat, 26 Aug 2017 14:05:11 +0000
(09:05 -0500)
* Update style.css to change .menu padding to 0px
Since menu li items normally add padding, it off-centers the menu. Changing padding to 0px fixes this.
* split the two CSS rules
static/css/style.css
patch
|
blob
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index d23b9a5672368600461d24f1a3a1cbe60f923a51..0edd168b02bbd9062df58c813b799cf6c1cba308 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-6,6
+6,7
@@
body {
}
/* header and footer areas */
+.menu { padding: 0; }
.menu li { display: inline-block; }
.article-meta, .menu a {
text-decoration: none;