Check-in [162e7d3eb3]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | A bit more padding-top |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
162e7d3eb32b4a61c013c889357ae69d |
| User & Date: | mario 2016-05-05 02:13:19 |
Context
|
2016-05-31
| ||
| 10:14 | Change `f_version()` back to allow meta characters `~+()#/@:` in release versions. check-in: 9c4fb2c6b2 user: mario tags: trunk | |
|
2016-05-05
| ||
| 02:13 | A bit more padding-top check-in: 162e7d3eb3 user: mario tags: trunk | |
| 02:13 | Add `debian` changelog autoupdating method. check-in: a53e4ee480 user: mario tags: trunk | |
Changes
Changes to error500.html.
| ︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
background: linear-gradient(to bottom, #666666 0%, #666666 49%, #555555 51%, #444444 100%);
color: #fff;
padding: 100pt;
align: center;
vertical-align: center;
}
img {
margin-right: 45px;
}
div {
position: absolute;
margin: auto;
width: 650px;
height: 30%;
| > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
background: linear-gradient(to bottom, #666666 0%, #666666 49%, #555555 51%, #444444 100%);
color: #fff;
padding: 100pt;
align: center;
vertical-align: center;
}
img {
padding-top: 20px;
margin-right: 45px;
}
div {
position: absolute;
margin: auto;
width: 650px;
height: 30%;
|
| ︙ | ︙ |