1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-09 14:47:04 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-08 23:16:41 +02:00
parent b4438b5440
commit 7552b2aee5
5 changed files with 17 additions and 29 deletions

View File

@@ -28,7 +28,7 @@
#gelato-error td {font-size:14px;background:#fff;border-color: #ddd;border-width: 1px 1px 0 0;border-style: solid;margin: 0;padding: 4px;}
.pull-right {float: right;}
</style>
<body>
<div id="gelato-error">
<div class="error">

View File

@@ -4,8 +4,7 @@
<meta charset="utf-8">
<title>Error</title>
<style type="text/css">
body
{
body {
height:100%;
background:#eee;
padding:0px;
@@ -16,43 +15,30 @@ color:#333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 100%;
}
a
{
a {
color:#0088cc;
text-decoration:none;
}
a:hover
{
a:hover {
color:#005580;
text-decoration:underline;
}
h1
{
h1 {
font-size: 4em;
}
small
{
small {
font-size: 0.7em;
color: #999;
font-weight: normal;
}
hr
{
hr {
border:0px;
border-bottom:1px #ddd solid;
}
#message
{
#message {
width: 700px;
margin: 15% auto;
}
#back-home
{
bottom:0px;
right:0px;
position:absolute;
padding:10px;
}
</style>
</head>
<body>