-
Bug
-
Resolution: Invalid
-
None
-
3.0.B5
-
None
-
PHP Environment: 5.2.1
Database: MySQL 5.0.18
Hello,
I visit the css-style-code and find something to improve:
There are often given four values by margin and padding, although you only need three to reach the same effect.
By the way I often see things like that:
padding: 0;
|
padding-top: 5px;
|
Another problem is that the decleration of colors sometimes is complicated.
For exampel:
color: #111111;
|
Here are only three numbers necessary.
Last but not least are some values in the code like 0px. Why do you take a unit?
I know that these are all little things, but I think they are important for the final stadium