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

Simplify selector

parent c528fbeb
......@@ -114,8 +114,8 @@
{% if suggestions %}
<tr>
<th>{% trans "Suggestions" %}</th>
<td id="suggestions">
<table>
<td>
<table class="suggestions">
{% for suggestion in suggestions %}
<tr><td class="translatetext">{{ suggestion.target|fmttranslationdiff:unit }}</td></tr>
<tr><td>
......
......@@ -91,7 +91,7 @@ nav li {
width: 100%;
height: 3em;
}
#suggestions table {
.suggestions {
width: 100%
}
.navi-toolbar a {
......
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