Fix a lot of style issues, plus incorrect tags
This commit is contained in:
parent
caf80792dd
commit
3136876678
22 changed files with 29 additions and 61 deletions
|
|
@ -64,8 +64,6 @@ code {
|
|||
}
|
||||
#documentation p {
|
||||
font-size: 13px;
|
||||
line-height : 20px;
|
||||
margin-bottom : 13px;
|
||||
}
|
||||
#documentation li p:last-child {
|
||||
margin-bottom : 5px;
|
||||
|
|
@ -504,10 +502,6 @@ ul.tabs .double ul, ul.tabs .triple ul, ul.tabs .quad ul{
|
|||
.content {
|
||||
height: 100%;
|
||||
}
|
||||
.content .row {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
header.filler {
|
||||
position: relative;
|
||||
|
|
@ -515,11 +509,6 @@ header.filler {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.centerpiece {
|
||||
min-height: 100%;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
/*
|
||||
.container-fluid .row-fluid {
|
||||
width: 1000px;
|
||||
|
|
@ -806,10 +795,6 @@ li.signature {
|
|||
Everyday I'm togglin'
|
||||
*/
|
||||
|
||||
#documentation h3 {
|
||||
font-size: 24px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
#documentation i.methodToggle {
|
||||
cursor: pointer;
|
||||
color: #9f9f9f;
|
||||
|
|
@ -838,7 +823,6 @@ li.signature {
|
|||
}
|
||||
|
||||
#documentation h3.sectionHeader {
|
||||
margin: 10px 0 17px 0;
|
||||
line-height : 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue