first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-05 13:50:00 +02:00
commit 95098773d5
1051 changed files with 309382 additions and 0 deletions

18
themes/seven/ie.css Normal file
View File

@@ -0,0 +1,18 @@
/* IE7 renders legends in nested fieldsets without a width. */
fieldset legend {
height: 1%;
}
/* IE renders absolute positioned legend where fieldset content starts. */
fieldset .fieldset-legend {
left: 0;
top: 0;
}
/* IE renders monospace font too big. */
code,
pre,
kbd {
font-size: 1em;
}