Get rid of tabs.

This commit is contained in:
Georg Brandl 2011-01-04 23:22:51 +01:00
parent 5d427566bb
commit 61d7b357ee

View File

@ -55,9 +55,9 @@ div.body {
color: #3E4349; color: #3E4349;
padding: 0 30px 30px 30px; padding: 0 30px 30px 30px;
font-size: 1em; font-size: 1em;
border: 2px solid #ddd; border: 2px solid #ddd;
border-right-style: none; border-right-style: none;
overflow: auto; overflow: auto;
} }
div.footer { div.footer {
@ -84,7 +84,7 @@ div.related {
line-height: 30px; line-height: 30px;
color: #373839; color: #373839;
font-size: 0.8em; font-size: 0.8em;
background-color: #eee; background-color: #eee;
} }
div.related a { div.related a {
@ -92,7 +92,7 @@ div.related a {
} }
div.related ul { div.related ul {
padding-left: 240px; padding-left: 240px;
} }
div.sphinxsidebar { div.sphinxsidebar {
@ -112,7 +112,7 @@ div.sphinxsidebar h4 {
font-weight: normal; font-weight: normal;
margin: 0; margin: 0;
padding: 5px 10px; padding: 5px 10px;
border-bottom: 2px solid #ddd; border-bottom: 2px solid #ddd;
} }
div.sphinxsidebar h4{ div.sphinxsidebar h4{
@ -160,9 +160,9 @@ div.sidebar {
background-color: #e6efc2; background-color: #e6efc2;
width: 40%; width: 40%;
float: right; float: right;
border-right-style: none; border-right-style: none;
border-left-style: none; border-left-style: none;
padding: 10px 20px; padding: 10px 20px;
} }
p.sidebar-title { p.sidebar-title {
@ -209,7 +209,7 @@ a.headerlink {
} }
a.headerlink:hover { a.headerlink:hover {
text-decoration: underline; text-decoration: underline;
} }
div.body p, div.body dd, div.body li { div.body p, div.body dd, div.body li {
@ -226,34 +226,34 @@ div.highlight{
div.note { div.note {
border: 2px solid #7a9eec; border: 2px solid #7a9eec;
border-right-style: none; border-right-style: none;
border-left-style: none; border-left-style: none;
padding: 10px 20px 10px 60px; padding: 10px 20px 10px 60px;
background: #e1ecfe url(dialog-note.png) no-repeat 10px 8px; background: #e1ecfe url(dialog-note.png) no-repeat 10px 8px;
} }
div.seealso { div.seealso {
background: #fff6bf url(dialog-seealso.png) no-repeat 10px 8px; background: #fff6bf url(dialog-seealso.png) no-repeat 10px 8px;
border: 2px solid #ffd324; border: 2px solid #ffd324;
border-left-style: none; border-left-style: none;
border-right-style: none; border-right-style: none;
padding: 10px 20px 10px 60px; padding: 10px 20px 10px 60px;
} }
div.topic { div.topic {
background: #eeeeee; background: #eeeeee;
border: 2px solid #C6C9CB; border: 2px solid #C6C9CB;
padding: 10px 20px; padding: 10px 20px;
border-right-style: none; border-right-style: none;
border-left-style: none; border-left-style: none;
} }
div.warning { div.warning {
background: #fbe3e4 url(dialog-warning.png) no-repeat 10px 8px; background: #fbe3e4 url(dialog-warning.png) no-repeat 10px 8px;
border: 2px solid #fbc2c4; border: 2px solid #fbc2c4;
border-right-style: none; border-right-style: none;
border-left-style: none; border-left-style: none;
padding: 10px 20px 10px 60px; padding: 10px 20px 10px 60px;
} }
p.admonition-title { p.admonition-title {
@ -272,8 +272,8 @@ pre {
border: 2px solid #C6C9CB; border: 2px solid #C6C9CB;
font-size: 1.1em; font-size: 1.1em;
margin: 1.5em 0 1.5em 0; margin: 1.5em 0 1.5em 0;
border-right-style: none; border-right-style: none;
border-left-style: none; border-left-style: none;
} }
tt { tt {
@ -290,17 +290,17 @@ tt {
div.viewcode-block:target { div.viewcode-block:target {
background-color: #fff6bf; background-color: #fff6bf;
border: 2px solid #ffd324; border: 2px solid #ffd324;
border-left-style: none; border-left-style: none;
border-right-style: none; border-right-style: none;
padding: 10px 20px; padding: 10px 20px;
} }
table.highlighttable { table.highlighttable {
width: 100%; width: 100%;
} }
table.highlighttable td { table.highlighttable td {
padding: 0; padding: 0;
} }
a em.std-term { a em.std-term {
@ -313,11 +313,11 @@ a:hover em.std-term {
.download { .download {
font-family: "Nobile", sans-serif; font-family: "Nobile", sans-serif;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
tt.xref { tt.xref {
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }