1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/ajax] Do not hard-code sorting images of acp_forums ordering

PHPBB3-10270
This commit is contained in:
Igor Wiedler
2012-02-08 20:38:23 +01:00
parent 7ed2cbef75
commit 8a0d8c0a84
4 changed files with 47 additions and 8 deletions

View File

@@ -101,6 +101,10 @@ hr {
font-size: 0.85em;
}
.hidden {
display: none;
}
/* General links */
a:link, a:visited {
color: #105289;