diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:18:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:18:18 +0100 |
commit | b2538ed8f63e823902b948e08014b2cac047285b (patch) | |
tree | cb979449da59ddc6651774d55597bcbb4a94f593 | |
parent | a4ee83f16e75e2ab33538049b61b5e2d15329f63 (diff) | |
download | ichtml-b2538ed8f63e823902b948e08014b2cac047285b.tar.gz ichtml-b2538ed8f63e823902b948e08014b2cac047285b.tar.bz2 ichtml-b2538ed8f63e823902b948e08014b2cac047285b.zip |
Update sidebar.css
-rw-r--r-- | res/sidebar.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/sidebar.css b/res/sidebar.css index 39a32ab..5d1fc39 100644 --- a/res/sidebar.css +++ b/res/sidebar.css @@ -34,10 +34,12 @@ }
.teal {
+ display: flex;
+ justify-content: space-between;
width: 100%;
background: #0099ff;
border-bottom: 1px solid #007acc;
- box-sizing: border:box;
+ box-sizing: border-box;
margin: 0;
padding: 10px;
}
|