aboutsummaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css
index 0a00981..ba1907b 100644
--- a/css/base.css
+++ b/css/base.css
@@ -281,6 +281,23 @@ a:hover {
height: auto;
}
+/* Try to scale the logos for a better look */
+
+#logo-rda img {
+ width: 150px;
+ height: auto;
+}
+
+#logo-rda {
+ order: 2; /* Change order of appearance so the circular logos
+ * can stay by each other */
+}
+
+#logo-mext img {
+ width: 350px;
+ height: auto;
+}
+
/* ==================================================================
* Page footer
* ================================================================== */