mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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{
|
.downloadbox div{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
.previewrow{
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
.previewrow>div{
|
.previewrow>div{
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
margin-left:15px;
|
margin-left:15px;
|
||||||
|
|
|
@ -532,9 +532,6 @@ li p{
|
||||||
font-size:200%;
|
font-size:200%;
|
||||||
color:#ee9209;
|
color:#ee9209;
|
||||||
}
|
}
|
||||||
.start p{
|
|
||||||
text-align:justify;
|
|
||||||
}
|
|
||||||
.start div div div{
|
.start div div div{
|
||||||
display:block;
|
display:block;
|
||||||
width:auto;
|
width:auto;
|
||||||
|
@ -642,6 +639,9 @@ li p{
|
||||||
width:auto;
|
width:auto;
|
||||||
height:auto;
|
height:auto;
|
||||||
}
|
}
|
||||||
|
.tablehalf p{
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
|
||||||
.contributors{
|
.contributors{
|
||||||
width:890px;
|
width:890px;
|
||||||
|
@ -757,7 +757,7 @@ li p{
|
||||||
.previewrow{
|
.previewrow{
|
||||||
float:left;
|
float:left;
|
||||||
width:255px;
|
width:255px;
|
||||||
text-align:justify;
|
text-align:left;
|
||||||
padding-left:40px;
|
padding-left:40px;
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue