main
barisusakli 9 years ago
parent 1b2af727e8
commit 80429d67cb

@ -36,6 +36,7 @@
h2 { h2 {
display: block; display: block;
word-wrap: break-word; word-wrap: break-word;
overflow: hidden;
font-size: 18px; font-size: 18px;
line-height: 22px; line-height: 22px;
margin: 0; margin: 0;

@ -8,6 +8,7 @@
font-size: 28px; font-size: 28px;
color:inherit; color:inherit;
line-height: 32px; line-height: 32px;
overflow: hidden;
} }
> span { > span {
@ -112,7 +113,7 @@
[component="post/upvote"], [component="post/downvote"] { [component="post/upvote"], [component="post/downvote"] {
color: @gray-light; color: @gray-light;
&:focus { &:focus {
text-decoration: none; text-decoration: none;
} }

Loading…
Cancel
Save