WIP: Fiddling with web presentation.
This commit is contained in:
parent
8bb2c0dbcd
commit
09cfed5fdd
2 changed files with 6 additions and 4 deletions
|
@ -4,8 +4,8 @@ body {
|
|||
}
|
||||
|
||||
.node .node {
|
||||
margin: 1ex;
|
||||
padding: 0 0.5ex 0.1ex 1ex;
|
||||
margin: 1ex 0.5ex 1ex 0.5ex;
|
||||
padding: 0 0 0.1ex 1ex;
|
||||
box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ li .tag {
|
|||
}
|
||||
|
||||
li .tag::after {
|
||||
content: ": ";
|
||||
content: ":: ";
|
||||
}
|
||||
|
||||
.text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue