aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/base.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/css/base.css b/css/base.css
index cfba1b9..2250432 100644
--- a/css/base.css
+++ b/css/base.css
@@ -294,40 +294,6 @@ a:hover {
}
/* ==================================================================
- * The sponsors
- * ================================================================== */
-
-.support {
- display: flex;
- flex-flow: row wrap; /* stack horizontally and allow wrapping */
- justify-content: space-around; /* display items with space between */
- align-items: center; /* align the items in middle of container */
- margin: 10px auto;
-}
-
-.support img {
- width: 120px;
- height: auto;
-}
-
-/* Try to scale the logos for a better look */
-
-#logo-aei img {
- width: 600px;
- height: auto;
-}
-
-#logo-rda img {
- width: 150px;
- height: auto;
-}
-
-#logo-mext img {
- width: 200px;
- height: auto;
-}
-
-/* ==================================================================
* Page footer
* ================================================================== */