diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 17f8fcd..674925c 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -177,6 +177,10 @@ | |||
| 177 | a { | 177 | a { |
| 178 | word-wrap: break-word; | 178 | word-wrap: break-word; |
| 179 | } | 179 | } |
| 180 | |||
| 181 | img, video, audio { | ||
| 182 | padding: 0em; | ||
| 183 | } | ||
| 180 | } | 184 | } |
| 181 | </style> | 185 | </style> |
| 182 | </head> | 186 | </head> |
