We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5439cd commit 3d719b6Copy full SHA for 3d719b6
src/css/owncloud.css
@@ -43,6 +43,27 @@ footer div.container div.row-full div.col-third {
43
width: 33%;
44
}
45
46
+blockquote::before {
47
+ content: "\201c";
48
+ float: left;
49
+ font-size: 2.75em;
50
+ font-weight: bold;
51
+ line-height: 0.6em;
52
+ margin-left: -0.6em;
53
+ color: #1d2d44;
54
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
55
+}
56
+
57
+.quoteblock blockquote div.paragraph p {
58
+ color: rgba(0, 0, 0, 0.85);
59
+ font-size: 1rem;
60
+ line-height: 1.65;
61
+ word-spacing: 0.1em;
62
+ letter-spacing: 0;
63
+ font-style: italic;
64
+ text-align: justify;
65
66
67
/**
68
* Supplemental Responsive Styles
69
*/
0 commit comments