diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:09:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:09:51 +0100 |
commit | 5a876e67c01200091b669c69bb4ba46f16cb3c05 (patch) | |
tree | 3a4c451a1bee4af19b2894e807db19334c644000 /res | |
parent | 163166501ac4ed6fe36a2b52cdac02c4cf4268af (diff) | |
download | ichtml-5a876e67c01200091b669c69bb4ba46f16cb3c05.tar.gz ichtml-5a876e67c01200091b669c69bb4ba46f16cb3c05.tar.bz2 ichtml-5a876e67c01200091b669c69bb4ba46f16cb3c05.zip |
Update sidebar.css
Diffstat (limited to 'res')
-rw-r--r-- | res/sidebar.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/sidebar.css b/res/sidebar.css index ef2506d..39a32ab 100644 --- a/res/sidebar.css +++ b/res/sidebar.css @@ -37,6 +37,9 @@ width: 100%;
background: #0099ff;
border-bottom: 1px solid #007acc;
+ box-sizing: border:box;
+ margin: 0;
+ padding: 10px;
}
.hamburger {
|