# HG changeset patch # User Matti Hamalainen # Date 1409154298 -10800 # Node ID 661e5e9f37efcf7c457ede0f728d316cdd900d93 # Parent 31347f83cbea2ab1fa6182a0ea4361b3355bf0cb Renamed element, fix CSS. diff -r 31347f83cbea -r 661e5e9f37ef mluk1.css --- a/mluk1.css Wed Aug 27 18:44:44 2014 +0300 +++ b/mluk1.css Wed Aug 27 18:44:58 2014 +0300 @@ -10,7 +10,7 @@ display: inline-block; } -#csssel { +#infobox { font-size: 6pt; } diff -r 31347f83cbea -r 661e5e9f37ef mluk2.css --- a/mluk2.css Wed Aug 27 18:44:44 2014 +0300 +++ b/mluk2.css Wed Aug 27 18:44:58 2014 +0300 @@ -10,7 +10,7 @@ display: inline-block; } -#csssel { +#infobox { font-size: 6pt; } diff -r 31347f83cbea -r 661e5e9f37ef mluk3.css --- a/mluk3.css Wed Aug 27 18:44:44 2014 +0300 +++ b/mluk3.css Wed Aug 27 18:44:58 2014 +0300 @@ -196,7 +196,7 @@ text-align: left; } -#csssel { +#infobox { margin: 0px; font-size: 6pt; background: rgb(100,50,80) url(img/mobile-white.png) no-repeat fixed 5pt 5pt; @@ -211,13 +211,13 @@ font-size: 12pt; } -#csssel a { +#infobox a { padding: 2pt; color: #ccc; text-decoration: none; } -#csssel a:hover { +#infobox a:hover { text-decoration: underline; } diff -r 31347f83cbea -r 661e5e9f37ef mluk4.css --- a/mluk4.css Wed Aug 27 18:44:44 2014 +0300 +++ b/mluk4.css Wed Aug 27 18:44:58 2014 +0300 @@ -10,7 +10,7 @@ display: inline-block; } -#csssel { +#infobox { font-size: 6pt; }