Commit cf794dd6 authored by Michal Čihař's avatar Michal Čihař

Simplify CSS selectors

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 39538c71
...@@ -112,10 +112,10 @@ footer a { ...@@ -112,10 +112,10 @@ footer a {
.expander { .expander {
cursor: pointer; cursor: pointer;
} }
textarea.translation-editor { .translation-editor {
height: 3em; height: 3em;
} }
textarea#id_comment { #id_comment {
height: 5em; height: 5em;
} }
.source-checks .check { .source-checks .check {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment