diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 61c411c..b07b73c 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -160,6 +160,11 @@ body { right: 0px; bottom: 0px; } +#content .reply .meta{ + position: absolute; + right: 0px; + bottom: 0px; +} #content .question .user{ background: #f5f5f5; padding: 2px 7px; |