diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index 680a6c52b1f9fbead846d5dd118c9a44d8932041..33e137de4366cc960c339a971e74634cb89f6845 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -1,5 +1,5 @@ <div lang="en"> - <div class="welcome"> + <div class="langbox"> <a href="/?lang=en"><img src="/flags.jsp?c=us" title="English" alt="English"></a> <a href="/?lang=ar"><img src="/flags.jsp?c=lang_ar" title="عربية" alt="عربية"></a> @@ -11,7 +11,7 @@ <a href="/?lang=nl"><img src="/flags.jsp?c=nl" title="Nederlands" alt="Nederlands"></a> <a href="/?lang=ru"><img src="/flags.jsp?c=ru" title="РуÑÑкий" alt="РуÑÑкий"></a> <a href="/?lang=sv"><img src="/flags.jsp?c=se" title="Svenska" alt="Svenska"></a> - </div> + <a name="top"></a> <h2>Welcome to the Invisible Internet</h2> </div> diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 9848617be34674980e941769abd99b080fcddfae..5691967d6717ec8a9874062b93ad3cf060f3f877 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -790,7 +790,7 @@ button:active { } .langbox { - margin: 8px 2px 2px 5px; + margin: 4px 2px 2px 5px; padding: 7px 10px 5px 10px; color: #EE9; font-size: 7pt; diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 953d83e7e5f7e7a67c2b2d7f5b3d299ec03ea8d8..967350515f0365d7106262133ca70c93c590252e 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -851,7 +851,7 @@ button:active{ } .langbox { - margin: 7px 10px 4px 5px; + margin: 4px 10px 4px 5px; padding: 8px 5px; color: #001; font-size: 7pt;