1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Old typo... so there never was a "permission_name" in the HTML.

git-svn-id: file:///svn/phpbb/trunk@7129 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley
2007-03-06 00:18:23 +00:00
parent 0f47d48b79
commit 934ad4bc18
3 changed files with 10 additions and 10 deletions

View File

@@ -1316,13 +1316,13 @@ fieldset.permissions .permissions-switch {
text-align: right;
}
.permissions-panel th.permission-name {
.permissions-panel th.permissions-name {
border: none;
color: #536482;
font-weight: normal;
}
.permissions-panel th.permission-name a.trace {
.permissions-panel th.permissions-name a.trace {
display: inline;
}