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