mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
prosilver 3.2.1
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* Just change the name of the font after the 14/1 to the name of
|
||||
* the font you wish to use.
|
||||
*/
|
||||
.icon, .button .icon {
|
||||
.icon, .button .icon, blockquote cite:before, .uncited:before {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
@@ -54,6 +54,10 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.arrow-left .icon {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.arrow-left:hover .icon {
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
@@ -81,3 +85,12 @@
|
||||
line-height: .9;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
blockquote cite:before, .uncited:before {
|
||||
content: '\f10d'; /* Font Awesome quote-left */
|
||||
}
|
||||
|
||||
.rtl blockquote cite:before, .rtl .uncited:before {
|
||||
content: '\f10e'; /* Font Awesome quote-right */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user