diff --git a/content/download.html b/content/download.html
index 18c68b22..f35c3f78 100644
--- a/content/download.html
+++ b/content/download.html
@@ -14,7 +14,7 @@
ReactOS {{< reactos-version >}}
-
Download Boot CD
+
Download Boot CD
Alternatively, you can download LiveCD
@@ -30,7 +30,7 @@ Additional downloads
Nightly builds
If you wish to download the bleeding edge versions of ReactOS, then nightly builds may just be your cup of tea. However, they do come with a catch; you're more likely to encounter regressions at the cost of new features. These are built on every commit made to the GitHub master branch and run through extensive tests on the Testman.
-Get nightly builds
+Get nightly builds
diff --git a/static/css/ros-design.css b/static/css/ros-design.css
index 3ffca796..2a07fb47 100644
--- a/static/css/ros-design.css
+++ b/static/css/ros-design.css
@@ -1,20 +1,27 @@
-.ros-button {
- display: inline-block;
- padding: 0.5em 1em;
- font-size: 2em;
- background: #507489;
- color: #ffffff !important;
- cursor: pointer;
+#bootcd .btn-primary {
+ background-color: #507489 !important;
+ border-color: #507489 !important;
+ font-size: 35px !important;
+ padding: 10px 20px !important;
}
-.ros-button:hover {
- background: #6f92a7;
+
+#bootcd .btn-primary:hover {
+ background-color: #6f92a7 !important;
+ border-color: #6f92a7 !important;
}
-.ros-button:active {
- background: #436477;
+
+#nightly .btn-primary {
+ background-color: #507489 !important;
+ border-color: #507489 !important;
+ font-size: 30px !important;
+ padding: 5px 15px !important;
}
-.ros-button-sm {
- padding: 0.25em 0.5em;
+
+#nightly .btn-primary:hover {
+ background-color: #6f92a7 !important;
+ border-color: #6f92a7 !important;
}
+
.text-ros {
- color: #507489;
-}
\ No newline at end of file
+ color: #507489;
+}