File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
_includes/themes/zeppelin
assets/themes/zeppelin/css Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments