summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 677233e34..396e6f742 100644
--- a/css/style.css
+++ b/css/style.css
@@ -32,8 +32,15 @@ th { background: #9df; }
h1 img { float: right; border: 0; }
h1 img.nofloat { float: none; }
+img.right { float: right; }
+
+ol.languages {
+ column-width: 12em;
+ -moz-column-width: 12em;
+}
.grow {
+ max-width: 75%;
animation-name: grow;
animation-duration: 2s;
animation-timing-function: ease-in-out;