From 69cc1e03d656549374aabdad000bc96c1285d146 Mon Sep 17 00:00:00 2001 From: Rogerio Prado de Jesus Date: Mon, 5 Nov 2012 23:16:45 -0200 Subject: [PATCH] Create some css rules related to translations --- css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/style.css b/css/style.css index 5856258..ee51e8c 100644 --- a/css/style.css +++ b/css/style.css @@ -309,6 +309,20 @@ code { width: 100%; } +#translations { + position: absolute; + top: 340px; + width: 100%; + right: 15%; + text-align: right; +} + +#translations .active { + text-decoration: none; + cursor: default; + color: #3a7eff; +} + #disqus_thread { width: 800px; text-align: left;