Skip to content

Commit

Permalink
design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Jun 4, 2016
1 parent 19faa79 commit 06b5dd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* [Daniel Hanson](https://github.com/enoch85)


## Build Requrements
Theese requrements are only applied if you build from the scripts
## Build Requirements
Theese requirements are only applied if you build from the scripts
* Ubuntu Server 16.04 Server
* OpenSSH (preffered)

Expand Down
16 changes: 8 additions & 8 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head><title>Nextloud VM</title>
<style>
body {
background-color: #1d2d44;
background-color: #0082c9;
font-weight: 300;
font-size: 1em;
line-height: 1.6em;
Expand All @@ -15,13 +15,13 @@
align: center;
text-align: center;
background: #0082c9; /* Old browsers */
background: -moz-linear-gradient(top, #35537a 0%, #0082c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#0082c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #35537a 0%,#0082c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #35537a 0%,#0082c9 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #35537a 0%,#0082c9 100%); /* IE10+ */
background: linear-gradient(top, #35537a 0%,#0082c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#0082c9',GradientType=0 ); /* IE6-9 */
background: -moz-linear-gradient(top, #0082c9 0%, #35537a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082c9), color-stop(100%,#35537a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0082c9 0%,#35537a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0082c9 0%,#35537a 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #0082c9 0%,#35537a 100%); /* IE10+ */
background: linear-gradient(top, #0082c9 0%,#35537a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c9', endColorstr='#35537a',GradientType=0 ); /* IE6-9 */
}
div.logotext {
width: 50%;
Expand Down

0 comments on commit 06b5dd1

Please sign in to comment.