File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
app/views/status_page/status Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
< style type ="text/css " media ="screen ">
9
9
body {
10
10
line-height : 2rem ;
11
+ font-family : sans;
11
12
font-size : 14px ;
12
13
background-color : # f0f0f0 ;
13
14
margin : 0 ;
16
17
text-align : center;
17
18
}
18
19
20
+ a { color : # 333 ; }
21
+
19
22
.container {
20
23
width : 960px ;
21
24
margin : 20px auto;
50
53
.statuses .message { color : # 666 ; }
51
54
.statuses .timestamp { width : 130px ; color : # 999 ; }
52
55
.statuses .status-error .state { color : red; }
56
+
57
+ .powered { text-align : center; margin-top : 10px ; color : # aaa ; }
58
+ .powered a { color : # 666 ; }
53
59
</ style >
54
60
</ head >
55
61
67
73
</ div >
68
74
<% end %>
69
75
</ div >
76
+ < div class ="powered ">
77
+ Powered by < a href ="https://github.com/rails-engine/status-page " target ="_blank "> status-page</ a >
78
+ </ div >
70
79
</ div >
71
80
</ body >
You can’t perform that action at this time.
0 commit comments