aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--assets/default/scss/shaarli.scss8
-rw-r--r--tpl/default/404.html2
-rw-r--r--tpl/default/error.html2
3 files changed, 6 insertions, 6 deletions
diff --git a/assets/default/scss/shaarli.scss b/assets/default/scss/shaarli.scss
index 28acb4b4..243ab1b2 100644
--- a/assets/default/scss/shaarli.scss
+++ b/assets/default/scss/shaarli.scss
@@ -1236,18 +1236,18 @@ form {
1236 color: $dark-grey; 1236 color: $dark-grey;
1237} 1237}
1238 1238
1239.pageError-container { 1239.page-error-container {
1240 color: $dark-grey; 1240 color: $dark-grey;
1241 1241
1242 h2 { 1242 h2 {
1243 margin: 70px 0 25px 0; 1243 margin: 70px 0 25px;
1244 } 1244 }
1245 1245
1246 pre { 1246 pre {
1247 text-align: left;
1248 margin: 0 20%; 1247 margin: 0 20%;
1249 padding: 20px 0; 1248 padding: 20px 0;
1250 line-height: 0.7em; 1249 text-align: left;
1250 line-height: .7em;
1251 } 1251 }
1252} 1252}
1253 1253
diff --git a/tpl/default/404.html b/tpl/default/404.html
index 1bc46c63..09737b4b 100644
--- a/tpl/default/404.html
+++ b/tpl/default/404.html
@@ -6,7 +6,7 @@
6<body> 6<body>
7<div id="pageheader"> 7<div id="pageheader">
8 {include="page.header"} 8 {include="page.header"}
9<div id="pageError" class="pageError-container center"> 9<div id="pageError" class="page-error-container center">
10 <h2>{'Sorry, nothing to see here.'|t}</h2> 10 <h2>{'Sorry, nothing to see here.'|t}</h2>
11 <img src="img/sad_star.png" alt=""> 11 <img src="img/sad_star.png" alt="">
12 <p>{$error_message}</p> 12 <p>{$error_message}</p>
diff --git a/tpl/default/error.html b/tpl/default/error.html
index 8f357ce5..ef1dfd73 100644
--- a/tpl/default/error.html
+++ b/tpl/default/error.html
@@ -6,7 +6,7 @@
6<body> 6<body>
7<div id="pageheader"> 7<div id="pageheader">
8 {include="page.header"} 8 {include="page.header"}
9<div id="pageError" class="pageError-container center"> 9<div id="pageError" class="page-error-container center">
10 <h2>{$message}</h2> 10 <h2>{$message}</h2>
11 11
12 {if="!empty($stacktrace)"} 12 {if="!empty($stacktrace)"}