"tontonTh approved"

This commit is contained in:
Doug Le Tough 2018-03-07 16:47:50 +01:00
parent bf1e2cc970
commit 577a62d80d
5 changed files with 5 additions and 1 deletions

BIN
static/images/seal.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
static/images/seal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -25,4 +25,5 @@
--trash_icon: url(/static/images/trash.png);
--upload_icon: url(/static/images/upload.png);
--print_icon: url(/static/images/print.png);
--seal_img: url(/static/images/seal.png);
}

View File

@ -48,10 +48,13 @@ main > section.inline > article.right {
div.content > nav.vertical {
flex: 0 0 200px;
background-color: var(--clear-bg);
border-right-color: var(--mid-bg);
border-right-style: solid;
border-right-width: 1px;
background: var(--seal_img);
background-repeat: no-repeat;
background-position: left 200px;
background-color: var(--clear-bg);
}
div.content > nav.vertical {