Skip to content

Commit

Permalink
Preserve bottom border in some parts of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Nov 19, 2011
1 parent 1c8ca65 commit 4f6c040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/theme/ADCtheme/static/adctheme.css
Expand Up @@ -391,9 +391,7 @@ div.body p.centered {

table.docutils {
border-collapse: collapse;
border-top: 1px solid #919699;
border-left: 1px solid #919699;
border-right: 1px solid #919699;
border: 1px solid #919699;
font-size:12px;
padding:8px;
text-align:left;
Expand Down Expand Up @@ -754,4 +752,4 @@ line-height:normal;
}
li p {
margin-top:8px;
}
}
1 change: 0 additions & 1 deletion guardian/tests/__init__.py
Expand Up @@ -9,4 +9,3 @@
from utils_test import *
from shortcuts_test import *
from tags_test import *

0 comments on commit 4f6c040

Please sign in to comment.