mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-05 16:51:21 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
18
drupal7/web/themes/seven/ie.css
Normal file
18
drupal7/web/themes/seven/ie.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue