mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
make list border style dotted
This commit is contained in:
parent
146bc4c6a7
commit
5916bb48d5
2
.env
2
.env
@ -19,7 +19,7 @@ APP_ENV=dev
|
||||
APP_SECRET=EDIT_ME
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
APP_VERSION=1.5.3
|
||||
APP_VERSION=1.5.4
|
||||
|
||||
APP_NAME=KevaChat
|
||||
|
||||
|
@ -109,13 +109,13 @@ main ul ul
|
||||
|
||||
main ul li
|
||||
{
|
||||
border-top: 1px var(--color-default) solid;
|
||||
border-top: 1px var(--color-default) dotted;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
main > ul > li:first-child
|
||||
{
|
||||
border-top: 1px transparent solid;
|
||||
border-top: 1px transparent dotted;
|
||||
}
|
||||
|
||||
main ul li div
|
||||
|
Loading…
x
Reference in New Issue
Block a user