design improvment

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-04-12 10:09:11 +02:00
parent 11d4a60bfc
commit 5b16446d2f
4 changed files with 66 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
/** COMMONS */
.inline-block {
display: inline-block;
display: moz-inline-stack;
*display: inline;
*zoom: 1;
vertical-align: top;
}
/** HTML5 */
+1 -1
View File
File diff suppressed because one or more lines are too long