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-11 09:11:50 +0300
committerYihui Xie <xie@yihui.name>2017-07-11 09:11:50 +0300
commit2f7cc6cfe3f91a871133a4104c6016ae8818453a (patch)
tree8eb2e26c381def5c7d089ed1e72e12a3248111fd
parent4369cb0e26c0cc268e0ed7eddf6be2e4806df221 (diff)
remove left margin of thumbnails
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 984e285..659ccf3 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -129,7 +129,7 @@ tr:nth-child(even) { background: #eee }
width: 6.8em;
float: left;
overflow: hidden;
- margin: 5px 8px;
+ margin: 5px 8px 5px 0;
box-shadow: 0 0 8px #666;
}
#TableOfContents, #TOC, .comments {