Minor css fix for my last commit

This commit is contained in:
Guigui 2011-02-28 17:28:16 +01:00
Родитель 43e31bc549
Коммит e012c46efb
2 изменённых файлов: 6 добавлений и 17 удалений

Просмотреть файл

@ -106,39 +106,29 @@ a.button:hover {
cursor:pointer; cursor:pointer;
} }
div.back-to-top { .back-to-top {
margin-bottom:70px; margin-bottom:70px;
color:#403c3c; color:#403c3c;
} }
div.back-to-top div { .back-to-top div {
float:left; float:left;
} }
div.back-to-top div div { .back-to-top div div {
float:none; float:none;
} }
div.left-line, div.right-line { .left-line, .right-line {
border-top:1px solid #403c3c; border-top:1px solid #403c3c;
position:relative; position:relative;
top:11px; top:11px;
/* L10N NOTICE
The width of this element should be adjusted depending on the language.
--------left-line------------- div.copy ----------right-line---------- must have an total added width of 100%
Use Firebug to determine the appropriate values.
*/
width:40%; width:40%;
} }
div.back-to-top .copy { .back-to-top .copy {
text-align:center; text-align:center;
font-size:1.231em; font-size:1.231em;
/* L10N NOTICE
The width of this element should be adjusted depending on the language.
--------left-line------------- div.copy ----------right-line---------- must have an total added width of 100%
Use Firebug to determine the appropriate values.
*/
width:20%; width:20%;
} }

Просмотреть файл

@ -21,8 +21,7 @@
DD_belatedPNG.fix('.png'); DD_belatedPNG.fix('.png');
</script> </script>
<![endif]--> <![endif]-->
{% if LANG != 'en-US' %} {% if LANG != 'en-US' %}
<style> <style>