diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 13:32:30 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 13:32:30 +0100 |
commit | 24379797b35e29566a54585ee6652e4dcca567c2 (patch) | |
tree | 71160fbf7d7461b421b0c88af9c54729167a5b10 /assets/css | |
parent | bd30e6960f8242be3ca2d61c7b92dea0b9facfc9 (diff) | |
download | irssi.github.io-24379797b35e29566a54585ee6652e4dcca567c2.zip |
Position logo and comment css
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 977bc27..7d0fc1d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -4,12 +4,19 @@ body { } +/* This is for mobile devices and the size of the youtube video */ iframe { max-width: 100%; } +/* Better color for linked headers */ h1 a, h2 a, h3 a { color: #333; } + +/* Position the irssi logo */ +.navbar-brand img { + margin-top: -14px; +} |