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

- capitalize on menus (much much much much much much more readable)

- remove unneccessary "effective" (the view and the explanation should already imply this) to gain more space - we need to be as short as possible if labeling menu items.


git-svn-id: file:///svn/phpbb/trunk@6522 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-10-23 15:13:45 +00:00
parent eb0c49da11
commit 74e03ddf62
3 changed files with 7 additions and 5 deletions

View File

@@ -227,6 +227,7 @@ p.topicdetails {
margin: 0px;
color: black;
font-weight: bold;
text-transform: capitalize;
}
.pagination {