* remove vendor-specific styles and replace with generics where necessary
 * remove browser hacks as far as possible (Presto/Trident)
 * remove FontAwesome reference
 * minor cleanup
This commit is contained in:
Sarjuuk
2025-06-26 18:59:03 +02:00
parent 8403f9ffd9
commit a7cf96307c
13 changed files with 67 additions and 497 deletions

View File

@@ -51,8 +51,6 @@ form.search input {
background:white url(../../images/ui/form/input-textbox-bg.gif) repeat-x;
outline:0;
height: 18px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
@@ -95,4 +93,3 @@ form.search a:hover {
color:#F6E6B3;
text-decoration:underline;
}