diff --git a/index.html b/index.html
index 57ef395151..9ef2cdd764 100644
--- a/index.html
+++ b/index.html
@@ -33,13 +33,15 @@
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index 0796a8e14c..00ff499974 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -327,6 +327,15 @@ a.github {
background-color: #efeeec;
}
+.buttonsidetext {
+ position: absolute;
+ rotate: -90deg;
+ transform-origin: top left;
+ padding-left: 11px;
+ left: 25px;
+ opacity: 0.5;
+}
+
/* Section - for main page content */
@@ -408,6 +417,7 @@ footer {
font-style: italic;
}
+/* sponsor buttons */
.sponsor {
margin-left: -24px;
@@ -486,6 +496,10 @@ footer {
right: 167px;
}
+ .buttonsidetext {
+ display: none;
+ }
+
}