diff --git a/Veltron-MC/index.html b/Veltron-MC/index.html index 86beb8e..4392164 100644 --- a/Veltron-MC/index.html +++ b/Veltron-MC/index.html @@ -5,9 +5,9 @@ Play - Veltron Network - - - + + + @@ -58,7 +58,7 @@
- +
Minecraft,
but
@@ -88,7 +88,7 @@
- downarrow + downarrow - - + + + diff --git a/css/global.css b/css/global.css index c00ffbc..0c5d815 100644 --- a/css/global.css +++ b/css/global.css @@ -155,14 +155,14 @@ /* Defaults */ body { - background: url("/images/wallpaper.png") no-repeat center center fixed; + background: url("images/wallpaper.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: #698aff; font-family: "Roboto", arial, serif; - cursor: url("/images/cursor.png"), auto; + cursor: url("images/cursor.png"), auto; font-size: 14px; height: 100vh; } @@ -631,5 +631,5 @@ p { } a:hover { text-decoration: underline; - cursor: url("/images/cursor.cur"), auto; + cursor: url("images/cursor.cur"), auto; } diff --git a/donate/bs_style.css b/donate/bs_style.css index 519910c..b9f7f76 100644 --- a/donate/bs_style.css +++ b/donate/bs_style.css @@ -106,7 +106,7 @@ table { td, th { padding: 0; -} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/srccss/main.css */ @media print { *, :after, diff --git a/donate/index.html b/donate/index.html index 5a69709..4e8d928 100644 --- a/donate/index.html +++ b/donate/index.html @@ -6,13 +6,13 @@ - + - + Donate - Veltron Network @@ -29,7 +29,7 @@
- +
diff --git a/index.html b/index.html index 23e9b28..1c86a45 100644 --- a/index.html +++ b/index.html @@ -7,30 +7,30 @@ - + - - + + - + - + @@ -43,7 +43,7 @@