Skip to content

Commit

Permalink
Fix text ad spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 12, 2017
1 parent b54805d commit bf01db3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions server/files/stylesheets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2090,9 +2090,6 @@ code .chunk {
width: auto;
}

#example .bsa-cpc {
height: 38px;
}
#example .bsa-cpc #_default_ {
position: relative;
border-bottom: solid 1px #dddddd;
Expand Down Expand Up @@ -2420,6 +2417,14 @@ code .chunk {
#example .fixed.menu > .container > .section.item {
display: none;
}
#example .masthead.segment {
padding-bottom: 0em;
}

#example.button-page .example > .button,
#example.button-page .example .html > .button {
margin-bottom: 8px;
}

/* Add Sticky Footers */
body.pushable > .pusher {
Expand Down

0 comments on commit bf01db3

Please sign in to comment.