Skip to content

Commit

Permalink
minor general img fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Aug 26, 2012
1 parent d2dc146 commit edbd641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/_forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
text-align: right;
}

.dokuwiki label.block select,
.dokuwiki label.block input.edit {
width: 50%;
}
Expand Down
6 changes: 6 additions & 0 deletions css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,19 @@ img {
color: #666;
background-color: transparent;
font-style: italic;
height: auto;
}

img,
object {
max-width: 100%;
}

/* IE8 and below won't display the images otherwise */
button img {
max-width: none;
}

hr {
border-style: solid;
border-width: 1px 0 0;
Expand Down

0 comments on commit edbd641

Please sign in to comment.