mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add bootstrap.dat to the download page
Mention short instructions about how to use bootstrap.dat Add a warning icon and title to grab attention to the text
This commit is contained in:
parent
c7f937cee8
commit
1babe1c413
5 changed files with 95 additions and 1 deletions
|
@ -558,6 +558,12 @@ li p{
|
|||
position:relative;
|
||||
top:-2px;
|
||||
}
|
||||
.warningicon{
|
||||
width:42px;
|
||||
height:42px;
|
||||
vertical-align:middle;
|
||||
margin-right:6px;
|
||||
}
|
||||
|
||||
.index,
|
||||
.index ul,
|
||||
|
@ -988,6 +994,12 @@ h2 .rssicon{
|
|||
.download{
|
||||
text-align:center;
|
||||
}
|
||||
.download p{
|
||||
text-align:justify;
|
||||
}
|
||||
.download div p{
|
||||
text-align:center;
|
||||
}
|
||||
.download h1,
|
||||
.download h2{
|
||||
text-align:center;
|
||||
|
@ -1543,6 +1555,9 @@ h2 .rssicon{
|
|||
.resourcesorg div{
|
||||
border-top:0;
|
||||
}
|
||||
.download p{
|
||||
text-align:left;
|
||||
}
|
||||
}
|
||||
|
||||
/* Deprecated styles (should be removed when translations are updated) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue