Skip to content

Commit 81493ab

Browse files
committed
Change Side Menu style
1 parent 666f3ec commit 81493ab

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

_includes/themes/zeppelin/sideMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row">
2-
<div class="col-md-3">
2+
<div class="sideMenu col-md-3">
33
{% assign pages_list = site.pages %}
44
{% assign group = page.menu %}
55
{% include JB/pages_list %}

assets/themes/zeppelin/css/style.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,31 @@ body {
173173
outline-width: 0;
174174
}
175175

176+
/* SideMenu */
177+
178+
.sideMenu li {
179+
list-style: none;
180+
border: 1px solid #c2c2c2;
181+
border-bottom: none;
182+
padding: 5px 10px;
183+
}
184+
185+
.sideMenu li a {
186+
text-decoration: none;
187+
color: #3071a9;
188+
}
189+
190+
.sideMenu li:first-of-type {
191+
border-top-left-radius: 3px;
192+
border-top-right-radius: 3px;
193+
}
194+
195+
.sideMenu li:last-of-type {
196+
border-bottom: 1px solid #c2c2c2;
197+
border-bottom-left-radius: 3px;
198+
border-bottom-right-radius: 3px;
199+
}
200+
176201
/* CUSTOMIZE THE CAROUSEL
177202
-------------------------------------------------- */
178203

0 commit comments

Comments
 (0)