mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
No border radius on grid.
This commit is contained in:
parent
e2cdc90e3f
commit
263fdfce75
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue