Added a security section to the foreword and a footnote to the g

variable
This commit is contained in:
Armin Ronacher 2010-04-11 03:41:01 +02:00
parent 4e7aa9e7f7
commit 4671429a50
4 changed files with 48 additions and 3 deletions

View file

@ -243,12 +243,18 @@ table.docutils td, table.docutils th {
padding: 0.25em 0.7em;
}
table.field-list {
table.field-list, table.footnote {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
table.footnote {
border: 1px solid #eee;
-webkit-box-shadow: 1px 1px 1px #d8d8d8;
-moz-box-shadow: 1px 1px 1px #d8d8d8;
}
table.field-list th {
padding: 0 0.8em 0 0;
}
@ -256,6 +262,10 @@ table.field-list th {
table.field-list td {
padding: 0;
}
table.footnote td {
padding: 0.5em;
}
pre {
background: #FDFDFD;