Add render time to footer.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
}
|
||||
.body {
|
||||
padding-bottom: 1em;
|
||||
border: 1px red solid;
|
||||
}
|
||||
.error {
|
||||
background-color: red;
|
||||
@@ -34,6 +33,15 @@ iframe {
|
||||
.index .date {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.footer {
|
||||
background-color: #eee;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 3em;
|
||||
padding: 1em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user