summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 45ef4c815..7d4d491a7 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -29,6 +29,15 @@ label {
min-height: 1.5rem;
}
+.clearfix{
+ clear: both;
+}
+
+hr.clearfix{
+ margin: 0;
+ border: 0 solid transparent;
+}
+
dd > pre{
padding: 0 1em;
}