mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Add "Network status and alerts" page and RSS feed (fixes #170)
Generate alerts pages through alerts.rb plugin Allow to keep short alias urls for each alert Move alert pages in _alerts Update sitemap plugin to include alerts
This commit is contained in:
parent
cd597fdb21
commit
ec44853934
18 changed files with 385 additions and 54 deletions
|
@ -382,6 +382,9 @@ li p{
|
|||
#footer div{
|
||||
padding-top:6px;
|
||||
}
|
||||
#footer>div>a{
|
||||
margin-right:15px;
|
||||
}
|
||||
|
||||
/*Styles specific to elements in pages*/
|
||||
|
||||
|
@ -624,6 +627,27 @@ li p{
|
|||
text-align:left;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.rssicon{
|
||||
vertical-align:bottom;
|
||||
margin-bottom:9px;
|
||||
margin-left:10px;
|
||||
}
|
||||
.alertstatusinactive{
|
||||
font-size:130%;
|
||||
color:#0d579b;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
.alertstatusactive{
|
||||
font-size:130%;
|
||||
color:#d57700;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
.alertsactive{
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.alertsactive a{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.download a{
|
||||
font-size:125%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue