diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index bf4c946d5182094594b0ae2dbd618fb5b01a581e..03fcca61c2397dd6b42e94e6e87182d060136543 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -575,14 +575,6 @@ div.main li b {
      text-shadow: 0 1px 1px #700;
 }
 
-.links b{
-     color: #b70 !important;
-     letter-spacing: 0.07em;
-     font-size: 9.5pt;
-     line-height: 165%;
-     text-shadow: 0 1px 1px #700;
-}
-
 .tidylist {
      text-align: justify !important;
      line-height: 150%;
@@ -656,6 +648,14 @@ a:hover{
      list-style-image: url("images/link.png") !important;
 }
 
+.links b{
+     color: #b70 !important;
+     letter-spacing: 0.07em;
+     font-size: 9.5pt;
+     line-height: 165%;
+     text-shadow: 0 1px 1px #700;
+}
+
 p {
      text-align: justify;
      line-height: 160%;
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index e5a640428ea569e8cf19b0ee62cad222c1c5fff6..e00974c8403cb9312a1514043ad92ef8b3203ed3 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -465,7 +465,7 @@ div.news hr {
      background: #99f;
      height: 1px;
      border: 0px solid #99f;
-     margin: 20px 0 2px 0;
+     margin: 10px 0 2px 0;
 }
 
 div.confignav {