Justify text and break lines
This commit is contained in:
parent
762b3e6fa6
commit
c430265f7c
1 changed files with 10 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
* Styleshoot for Cosin 2009 - by Cedric Spindler
|
||||
* Stylesheet for Cosin 2009 - by Cedric Spindler
|
||||
* adapted for Cosin 2009 - poven
|
||||
*
|
||||
*/
|
||||
|
||||
/* ###### General ###### */
|
||||
|
@ -15,6 +14,15 @@ body {
|
|||
width: 934px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
overflow-wrap: break-word;
|
||||
/* word-break: break-all; */
|
||||
-wekit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #5c8040;
|
||||
font-style: italic;
|
||||
|
@ -133,7 +141,6 @@ a:hover {
|
|||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* ###### Reset ###### */
|
||||
|
||||
#clear {
|
||||
|
|
Loading…
Reference in a new issue