mirror of
https://github.com/apache/lucene.git
synced 2025-02-15 22:45:52 +00:00
SOLR-11584: CSS changes for HTML tabs: change padding in tab panes; add space between tabs
This commit is contained in:
parent
a14972d7ae
commit
4ca6e77a02
@ -18,6 +18,10 @@
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
ul.nav.nav-pills li {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.pageSummary {
|
||||
font-size:13px;
|
||||
display:block;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user