Merge pull request #2787 from tk0miya/refactor_css

Refactor css
This commit is contained in:
Takeshi KOMIYA 2016-07-20 23:25:06 +09:00 committed by GitHub
commit 061a4647c9
3 changed files with 44 additions and 51 deletions

View File

@ -217,10 +217,6 @@ div.body td {
text-align: left; text-align: left;
} }
.field-list ul {
padding-left: 1em;
}
.first { .first {
margin-top: 0 !important; margin-top: 0 !important;
} }
@ -337,10 +333,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
} }
table.field-list td, table.field-list th {
border: 0 !important;
}
table.footnote td, table.footnote th { table.footnote td, table.footnote th {
border: 0 !important; border: 0 !important;
} }
@ -377,6 +369,20 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text { div.figure p.caption span.caption-text {
} }
/* -- field list styles ----------------------------------------------------- */
table.field-list td, table.field-list th {
border: 0 !important;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
/* -- other body styles ----------------------------------------------------- */ /* -- other body styles ----------------------------------------------------- */
@ -427,15 +433,6 @@ dl.glossary dt {
font-size: 1.1em; font-size: 1.1em;
} }
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
.optional { .optional {
font-size: 1.3em; font-size: 1.3em;
} }

View File

@ -184,10 +184,6 @@ div.body td {
text-align: left; text-align: left;
} }
.field-list ul {
padding-left: 100%;
}
.first { .first {
margin-top: 0 !important; margin-top: 0 !important;
} }
@ -286,10 +282,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
} }
table.field-list td, table.field-list th {
border: 0 !important;
}
table.footnote td, table.footnote th { table.footnote td, table.footnote th {
border: 0 !important; border: 0 !important;
} }
@ -317,6 +309,21 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text { div.figure p.caption span.caption-text {
} }
/* -- field list styles ----------------------------------------------------- */
table.field-list td, table.field-list th {
border: 0 !important;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
/* -- other body styles ----------------------------------------------------- */ /* -- other body styles ----------------------------------------------------- */
ol.arabic { ol.arabic {
@ -366,15 +373,6 @@ dl.glossary dt {
font-size: 110%; font-size: 110%;
} }
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
.optional { .optional {
font-size: 130%; font-size: 130%;
} }

View File

@ -184,10 +184,6 @@ div.body td {
text-align: left; text-align: left;
} }
.field-list ul {
padding-left: 100%;
}
.first { .first {
margin-top: 0 !important; margin-top: 0 !important;
} }
@ -286,10 +282,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
} }
table.field-list td, table.field-list th {
border: 0 !important;
}
table.footnote td, table.footnote th { table.footnote td, table.footnote th {
border: 0 !important; border: 0 !important;
} }
@ -317,6 +309,21 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text { div.figure p.caption span.caption-text {
} }
/* -- field list styles ----------------------------------------------------- */
table.field-list td, table.field-list th {
border: 0 !important;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
/* -- other body styles ----------------------------------------------------- */ /* -- other body styles ----------------------------------------------------- */
ol.arabic { ol.arabic {
@ -366,15 +373,6 @@ dl.glossary dt {
font-size: 110%; font-size: 110%;
} }
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
.optional { .optional {
font-size: 130%; font-size: 130%;
} }