diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:11:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:11:50 +0100 |
commit | de1cc3cb7ac946f9c38049d0edbc51164d839845 (patch) | |
tree | 4086cd59ec0c615c2f8ca34c76bef8fa6ddab6ac | |
parent | 5a876e67c01200091b669c69bb4ba46f16cb3c05 (diff) | |
download | ichtml-de1cc3cb7ac946f9c38049d0edbc51164d839845.tar.gz ichtml-de1cc3cb7ac946f9c38049d0edbc51164d839845.tar.bz2 ichtml-de1cc3cb7ac946f9c38049d0edbc51164d839845.zip |
Update default.css
-rw-r--r-- | res/default.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/default.css b/res/default.css index 0740449..593884f 100644 --- a/res/default.css +++ b/res/default.css @@ -8,9 +8,8 @@ img { }
.header {
- right: 2px;
+ right: 10px;
position: absolute;
-
text-align: right;
}
|