Skip to content

Commit a12cea4

Browse files
author
Tim Berglund
committed
Removed extra margin below nested bullets
1 parent 78429ae commit a12cea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

themes/style/datastax.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ h5 {.font-size(2.6); .line-height(3.5);}
108108
// List Items with cool node icons
109109
ul {margin: .5em .5em 1em 1.5em;
110110
li {.font-size(3.5); list-style-type: disc; list-style-position: outside;
111-
ul {margin: .5em .5em 1em 1.5em;}
111+
ul {margin: .5em .5em 0 1.5em;}
112112
}
113113
}
114114

@@ -317,4 +317,5 @@ a:hover, a:focus {
317317
}
318318

319319
// Hide these things from other themes
320-
.deck-header-summit, .flex-element-summit {display: none;}
320+
.deck-header-summit, .flex-element-summit {display: none;}
321+

0 commit comments

Comments
 (0)