mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Improve download page layout
Increase icons' size and add an icon for the source code Show optimized OS list and no OS auto-detect button for mobiles Don't mix release signatures with downloads
This commit is contained in:
parent
fc4a84b99f
commit
536cf0149b
15 changed files with 260 additions and 126 deletions
|
@ -117,6 +117,20 @@ h2 .rssicon{
|
|||
margin-right:auto;
|
||||
margin-left:10px;
|
||||
}
|
||||
.downloadbox a{
|
||||
direction:ltr;
|
||||
}
|
||||
.downloadbox small{
|
||||
direction:ltr;
|
||||
}
|
||||
.downloadbox div div{
|
||||
text-align:right;
|
||||
font-family:Arial, sans-serif;
|
||||
}
|
||||
.downloadbox small{
|
||||
right:40px;
|
||||
left:0;
|
||||
}
|
||||
|
||||
/*Override UbuntuBold by Droid Naskh*/
|
||||
|
||||
|
@ -137,6 +151,22 @@ h2 .rssicon{
|
|||
padding:15px 10px 20px 10px;
|
||||
text-align:right;
|
||||
}
|
||||
.download{
|
||||
text-align:right;
|
||||
}
|
||||
.download p{
|
||||
text-align:right;
|
||||
}
|
||||
.downloadbox{
|
||||
text-align:right;
|
||||
}
|
||||
.download h1,
|
||||
.download h2{
|
||||
text-align:right;
|
||||
}
|
||||
.download div p{
|
||||
text-align:right;
|
||||
}
|
||||
}
|
||||
|
||||
/* Deprecated styles (should be removed when translations are updated) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue