mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2e9a9e267f
commit
e0b91abcb1
@ -1,9 +1,15 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-Regular.ttf" />
|
<link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-Regular.ttf" />
|
||||||
<link rel="stylesheet" href="css/fonts.css" />
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: OpenSans;
|
||||||
|
src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: OpenSans, sans-serif;
|
font-family: OpenSans, sans-serif;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -31,7 +37,7 @@ body {
|
|||||||
}
|
}
|
||||||
.title span {
|
.title span {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: -8pt;
|
margin-top: -6pt;
|
||||||
margin-right: -8pt;
|
margin-right: -8pt;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user