switched css float order
authorMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 12:15:54 +0000 (13:15 +0100)
committerMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 12:15:54 +0000 (13:15 +0100)
style.css

index bfc340a..3bde247 100644 (file)
--- a/style.css
+++ b/style.css
@@ -66,9 +66,9 @@ header h1 {
     cursor:default;
     border-bottom:1px solid #b35050
 }
-#rsslink {
+#gitlink {
        float:right
 }
-#gitlink {
+#rsslink {
        float:right
 }