Browse Source

minor general img fixes

master
Anika Henke 12 years ago
parent
commit
edbd6415b7
  1. 1
      css/_forms.css
  2. 6
      css/basic.css

1
css/_forms.css

@ -36,6 +36,7 @@
text-align: right; text-align: right;
} }
.dokuwiki label.block select,
.dokuwiki label.block input.edit { .dokuwiki label.block input.edit {
width: 50%; width: 50%;
} }

6
css/basic.css

@ -207,6 +207,7 @@ img {
color: #666; color: #666;
background-color: transparent; background-color: transparent;
font-style: italic; font-style: italic;
height: auto;
} }
img, img,
@ -214,6 +215,11 @@ object {
max-width: 100%; max-width: 100%;
} }
/* IE8 and below won't display the images otherwise */
button img {
max-width: none;
}
hr { hr {
border-style: solid; border-style: solid;
border-width: 1px 0 0; border-width: 1px 0 0;

Loading…
Cancel
Save