about summary refs log tree commit diff stats
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/main/entries.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index edf1706..3b7215c 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss
@@ -416,3 +416,13 @@
416 font-weight: bold; 416 font-weight: bold;
417 } 417 }
418} 418}
419
420.post-vote {
421 float: right;
422 position: relative;
423 right: 0.5em;
424
425 a {
426 text-decoration: none;
427 }
428}