No border radius on grid.

This commit is contained in:
Samuel Clay 2022-02-23 16:44:56 -05:00
parent e2cdc90e3f
commit 263fdfce75
2 changed files with 2 additions and 1 deletions

View file

@ -85,7 +85,7 @@
git: git:
repo: https://github.com/samuelclay/NewsBlur.git repo: https://github.com/samuelclay/NewsBlur.git
dest: /srv/newsblur/ dest: /srv/newsblur/
version: master version: magazine
register: pulled register: pulled
tags: tags:
- static - static

View file

@ -2583,6 +2583,7 @@ hr {
height: 186px; height: 186px;
background-size: 64px 64px, cover; background-size: 64px 64px, cover;
background-position: 50% 60%, 50% 30%; background-position: 50% 60%, 50% 30%;
border-radius: 0;
background-repeat: no-repeat; background-repeat: no-repeat;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;