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 02:31:55 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2015-04-23 02:31:55 +0300
commit6c43a6058fbdbf715c498ad18c1a705205f13098 (patch)
tree26336a0e6ed9df6b0877bc0c623c762b641aaca8 /static
parent8acfcc7ab04cd7d49e5682ae474b738a5378acff (diff)
Use variables for site title, table of contents, menus
Diffstat (limited to 'static')
-rw-r--r--static/css/bootie-docs.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css
index 79c3fd6..7d72196 100644
--- a/static/css/bootie-docs.css
+++ b/static/css/bootie-docs.css
@@ -118,6 +118,9 @@ h6, .h6 {
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}
+.sidebar-module ul {
+ list-style-type: none;
+}
/* Pagination */