diff options
-rw-r--r-- | css/site.css | 4 | ||||
-rw-r--r-- | err/403.html | 2 | ||||
-rw-r--r-- | err/404.html | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css index 85570ed..7e9bc24 100644 --- a/css/site.css +++ b/css/site.css @@ -128,6 +128,10 @@ div.sidebar ul { list-style: square; } +div.sidebar hr { + border-top: none; +} + div.sidebar { float: right; background-color: #eee4e4; diff --git a/err/403.html b/err/403.html index ca5ff20..93f20bc 100644 --- a/err/403.html +++ b/err/403.html @@ -21,7 +21,7 @@ <html> <head> <title>GitJoe - 403</title> - <link rel="stylesheet" type="text/css" href="../css/site.css"> + <link rel="stylesheet" type="text/css" href="../../css/site.css"> <meta charset="UTF-8"> </head> <body> diff --git a/err/404.html b/err/404.html index 7d5dc17..d5492ab 100644 --- a/err/404.html +++ b/err/404.html @@ -21,7 +21,7 @@ <html> <head> <title>GitJoe - 404</title> - <link rel="stylesheet" type="text/css" href="../css/site.css"> + <link rel="stylesheet" type="text/css" href="../../css/site.css"> <meta charset="UTF-8"> </head> <body> |