Changed img style to add a rounded edge to images and resize them to 25% width (keeping aspect ratio)
This commit is contained in:
parent
34902dc19c
commit
b9116c549d
@ -38,7 +38,7 @@ ul {
|
||||
|
||||
dt { font-weight: bold; }
|
||||
|
||||
img { border: none; }
|
||||
img { border: none; border-radius: 5px; width: 25%; }
|
||||
|
||||
pre {
|
||||
border-left: 5px solid #dcdcdc;
|
||||
|
Loading…
Reference in New Issue
Block a user