summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-12 13:32:30 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-12 13:32:30 +0100
commit24379797b35e29566a54585ee6652e4dcca567c2 (patch)
tree71160fbf7d7461b421b0c88af9c54729167a5b10
parentbd30e6960f8242be3ca2d61c7b92dea0b9facfc9 (diff)
downloadirssi.github.io-24379797b35e29566a54585ee6652e4dcca567c2.zip
Position logo and comment css
-rw-r--r--assets/css/style.css7
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;
+}