mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
JS/CSS
* 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user