diff --git a/README.md b/README.md index 8f607c0c0..9e9083d43 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This is the recommended method to install ZoneMinder onto your system. ZoneMinde If a repository that hosts ZoneMinder packages is not available for your distro, then you are encouraged to build your own package, rather than build from source. While each distro is different in ways that set it apart from all the others, they are often similar enough to allow you to adapt another distro's package building instructions to your own. -### Building a ZoneMinder Package +### Building a ZoneMinder Package ### Building ZoneMinder into a package is not any harder than building from source. As a matter of fact, if you have successfully built ZoneMinder from source in the past, then you may find these steps to be easier. diff --git a/web/css/overlay.css b/web/css/overlay.css index de7ed5ecb..28714ebf5 100644 --- a/web/css/overlay.css +++ b/web/css/overlay.css @@ -19,7 +19,7 @@ .overlayHeader { float: left; - background-color: #dddddd; + background-color: #853131; width: 100%; border-bottom: 1px solid #666666; color: black; diff --git a/web/robots.txt b/web/robots.txt index 1f53798bb..9bef8dea6 100644 --- a/web/robots.txt +++ b/web/robots.txt @@ -1,2 +1,3 @@ User-agent: * Disallow: / +### \ No newline at end of file