SOLR-11584: CSS changes for HTML tabs: change padding in tab panes; add space between tabs

This commit is contained in:
Cassandra Targett 2017-11-21 09:11:09 -06:00
parent a14972d7ae
commit 4ca6e77a02
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@
margin: 10px 0;
}
ul.nav.nav-pills li {
margin-left: 1px;
}
.pageSummary {
font-size:13px;
display:block;

View File

@ -1510,7 +1510,7 @@ table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p
.exampleblock > .content
{
margin-bottom: 1.25em;
padding: 1.25em;
padding: 0 1em 1em 1em;
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;