mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
moved fonts to css/fonts/* and minor fixups...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ae969566fe
commit
e8b88fee74
@ -102,7 +102,7 @@
|
||||
}
|
||||
/*********************************************************************/
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: opensans, sans-serif;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
/*********************************************************************/
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: /*worksans,*/ opensans, sans-serif;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
min-width: 300px;
|
||||
width: initial;
|
||||
padding: 5px;
|
||||
font-family: sans-serif;
|
||||
font-family: /*worksans,*/ opensans, sans-serif;
|
||||
|
||||
background: gray;
|
||||
/*color: rgba(255,255,255,0.8);*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user