mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Set text-align:left; instead of justify for short paragraphs
This commit is contained in:
parent
5d66db1aea
commit
9b41a2f37b
2 changed files with 7 additions and 4 deletions
|
@ -83,6 +83,9 @@ h2 .rssicon{
|
|||
.downloadbox div{
|
||||
text-align:right;
|
||||
}
|
||||
.previewrow{
|
||||
text-align:right;
|
||||
}
|
||||
.previewrow>div{
|
||||
margin-right:auto;
|
||||
margin-left:15px;
|
||||
|
|
|
@ -532,9 +532,6 @@ li p{
|
|||
font-size:200%;
|
||||
color:#ee9209;
|
||||
}
|
||||
.start p{
|
||||
text-align:justify;
|
||||
}
|
||||
.start div div div{
|
||||
display:block;
|
||||
width:auto;
|
||||
|
@ -642,6 +639,9 @@ li p{
|
|||
width:auto;
|
||||
height:auto;
|
||||
}
|
||||
.tablehalf p{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.contributors{
|
||||
width:890px;
|
||||
|
@ -757,7 +757,7 @@ li p{
|
|||
.previewrow{
|
||||
float:left;
|
||||
width:255px;
|
||||
text-align:justify;
|
||||
text-align:left;
|
||||
padding-left:40px;
|
||||
position:relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue