mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add a banner for outdated translations to invite new translators
This commit is contained in:
parent
e3987cced8
commit
c97143d394
4 changed files with 28 additions and 15 deletions
|
@ -137,24 +137,27 @@ table td,table th{
|
|||
font-style:italic;
|
||||
}
|
||||
|
||||
.alert-message div{
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.alert-message div div{
|
||||
.banner-message div div{
|
||||
margin:auto;
|
||||
width:850px;
|
||||
padding:10px;
|
||||
}
|
||||
.alert-message,
|
||||
.alert-message a,
|
||||
.alert-message a:link,
|
||||
.alert-message a:active,
|
||||
.alert-message a:visited{
|
||||
.banner-message,
|
||||
.banner-message a,
|
||||
.banner-message a:link,
|
||||
.banner-message a:active,
|
||||
.banner-message a:visited{
|
||||
color:#fff;
|
||||
}
|
||||
.alert-message a:hover{
|
||||
.banner-message a:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
.banner-message.alert div{
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.banner-message.info div{
|
||||
background-color:#0d579b;
|
||||
}
|
||||
|
||||
.foundation-banner{
|
||||
text-align:center;
|
||||
|
@ -1973,6 +1976,9 @@ h2 .rssicon{
|
|||
h1{
|
||||
text-align:left;
|
||||
}
|
||||
.banner-message div div{
|
||||
width:auto;
|
||||
}
|
||||
.summary{
|
||||
text-align:left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue