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

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2015-04-23 19:52:51 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2015-04-23 19:52:51 +0300
commite006418ffa5297eaf686826543d12fd4a4739188 (patch)
treeced820429bd396a024b87728fc7f76e98d1438da /static
parent6c43a6058fbdbf715c498ad18c1a705205f13098 (diff)
Add tags for sidebar; categories for main menu
Diffstat (limited to 'static')
-rw-r--r--static/css/bootie-docs.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css
index 7d72196..ef24578 100644
--- a/static/css/bootie-docs.css
+++ b/static/css/bootie-docs.css
@@ -118,10 +118,23 @@ h6, .h6 {
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}
-.sidebar-module ul {
+.sidebar-module ul li {
list-style-type: none;
}
+.tag-box {
+ padding: 10px 15px;
+ background-color: #f5f5f5;
+ border-radius: 8px;
+}
+.tag-item {
+ margin: 5px;
+ padding: 2px 5px;
+ border-radius: 4px;
+ line-height: 2;
+ background-color: #ffffff;
+}
+
/* Pagination */
.pager {