summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css
index 863cef014..ef721fb3b 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -87,6 +87,17 @@ div#content{
margin-left:200px;
}
+ul#form_path li{
+ display: inline;
+ text-align: center;
+ padding-left: 10px ;
+ margin: 0;
+}
+
+ul#form_path li.current a{
+ color:#922;
+}
+
div.form {
margin-left:auto;
margin-right:auto;