diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-05 20:47:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 20:47:48 +0100 |
commit | cba0d629cab34aa70ae597de42f833c0128cfb78 (patch) | |
tree | ff96c42948b46d908ba10aa6ae15fdd8ead3af63 | |
parent | 47a0491a75b38c5b092b0004f49eb913695ee115 (diff) | |
download | ichtml-cba0d629cab34aa70ae597de42f833c0128cfb78.tar.gz ichtml-cba0d629cab34aa70ae597de42f833c0128cfb78.tar.bz2 ichtml-cba0d629cab34aa70ae597de42f833c0128cfb78.zip |
Update default.css
-rw-r--r-- | res/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/default.css b/res/default.css index 326f1ae..fd0cb1b 100644 --- a/res/default.css +++ b/res/default.css @@ -9,7 +9,7 @@ img { .header {
right: 2px;
- position: absolute;
+ position: relative;
text-align: right;
}
|