forked from indymedia/epicyon
Text jusify
parent
47f93d59cb
commit
8518c68a60
|
@ -316,6 +316,7 @@ a:focus {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitpatch {
|
.gitpatch {
|
||||||
|
|
|
@ -493,6 +493,7 @@ a:focus {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.addedHashtag:link {
|
.addedHashtag:link {
|
||||||
|
|
Loading…
Reference in New Issue