summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/media/style/style.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 8dd589c7..df1c3397 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -4026,6 +4026,28 @@ textarea.tipped-input {
text-align: center;
}
+ #userToolsNav {
+ margin-left: 10px;
+ }
+
+ #metaNav {
+ float: left;
+ a#navUsers,
+ a#navTags,
+ a#navGroups {
+ background: none;
+ color: #d0e296;
+ font-size: 16px;
+ text-decoration: underline;
+ margin-left: 20px;
+ padding-left: 0;
+ }
+ }
+
+ .powered-link {
+ margin-bottom: 15px;
+ }
+
.short-summary:first-child {
padding-top: 0;
}