Merge pull request #331 from alexandreteles/patch-1
Responsive images for 'log' default theme
This commit is contained in:
commit
0f00c2fd2e
|
@ -180,3 +180,10 @@ blockquote p {
|
|||
.plugin-tags li {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
/* Responsive images */
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
@ -69,4 +69,13 @@
|
|||
|
||||
#menu > * {
|
||||
border-top: solid 1px #dedede;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive images */
|
||||
|
||||
@media \0screen {
|
||||
img {
|
||||
width: auto; /* for ie 8 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue