make rendered images sort of responsive

pull/1/head
ansuz 2016-01-31 13:14:45 +01:00
parent 388c6de64a
commit 317abf36f3
1 changed files with 5 additions and 0 deletions

View File

@ -24,9 +24,14 @@
#inner {
margin: 15px;
}
/* don't show the textarea, it's strictly functional */
textarea {
display: none;
}
/* don't let images overflow*/
img {
max-width: 100%;
}
</style>
</head>
<body>