15 lines
No EOL
346 B
CSS
15 lines
No EOL
346 B
CSS
slides > slide:not(.nobackground):before {
|
|
background: url(../../false) no-repeat 0 50%;
|
|
font-size: 12pt;
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 20px;
|
|
left: 60px;
|
|
-moz-background-size: 30px 30px;
|
|
-o-background-size: 30px 30px;
|
|
-webkit-background-size: 30px 30px;
|
|
background-size: 30px 30px;
|
|
padding-left: 40px;
|
|
height: 30px;
|
|
line-height: 1.9;
|
|
} |