aboutsummaryrefslogtreecommitdiff
path: root/theme/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/css/main.css')
-rwxr-xr-xtheme/static/css/main.css31
1 files changed, 9 insertions, 22 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index c8c0a01..e8b773b 100755
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -87,6 +87,10 @@ table.docutils {
border: none;
}
+table.footnote td {
+ border: none;
+}
+
td, th {
margin: 0;
padding: 2px 5px;
@@ -269,28 +273,6 @@ div#page {
font-weight: bolder;
}
-// aside#sidebar {
-// float: right;
-// width: 24%;
-// }
-// #sidebar .widget {
-// margin-bottom: 10px;
-// }
-// #sidebar .widget ul {
-// list-style-type: none;
-// margin: auto auto auto 15px;
-// }
-// #sidebar .widget ul li:before {
-// content: '» ';
-// }
-//
-// #sidebar .widget ul a.more {
-// display: inline-block;
-// padding-top: 5px;
-// text-decoration: none;
-// }
-
-
footer#footer {
clear:both;
border-top: 1px solid grey;
@@ -301,3 +283,8 @@ div#page {
direction:rtl;
unicode-bidi:bidi-override;
}
+
+.floatleft { float: left; margin: 0px 5px 5px 0px; }
+.floatright { float: right; margin: 0px 0px 5px 5px; }
+
+.clear { clear:both; }