Skip to content

Commit

Permalink
Removed extra margin below nested bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Berglund committed Feb 10, 2016
1 parent 78429ae commit a12cea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/style/datastax.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ h5 {.font-size(2.6); .line-height(3.5);}
// List Items with cool node icons
ul {margin: .5em .5em 1em 1.5em;
li {.font-size(3.5); list-style-type: disc; list-style-position: outside;
ul {margin: .5em .5em 1em 1.5em;}
ul {margin: .5em .5em 0 1.5em;}
}
}

Expand Down Expand Up @@ -317,4 +317,5 @@ a:hover, a:focus {
}

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

0 comments on commit a12cea4

Please sign in to comment.