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

[feature/remove-imagesets] Changing prosilver

Removing imagesets. Changing prosilver

PHPBB3-10336
This commit is contained in:
Vjacheslav Trushkin
2011-09-04 01:21:07 +03:00
parent 830c3f4047
commit 57fac62c0c
10 changed files with 612 additions and 149 deletions

View File

@@ -6,8 +6,8 @@ tweaks required due to its poor CSS support.
* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); }
* html span.corners-top, * html span.corners-bottom { background-image: url("./images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./images/corners_right.gif"); }
table.table1 {
width: 99%; /* IE < 6 browsers */