Improve presentation of screenshots

This commit is contained in:
Kovid Goyal
2018-05-30 20:04:49 +05:30
parent 98bcbf8150
commit 489ed6a915
5 changed files with 24 additions and 4 deletions

View File

@@ -27,6 +27,12 @@ pre {
a[href], input[type="submit"] { cursor: pointer; }
img[style] {
/* Used for :scale: images to have them render properly but still popup when clicked */
width: auto !important;
height: auto !important;
}
a {
text-decoration: none !important;
border-bottom: none !important;