Include CSS as GResource
Also use explicit namespace for bare functions and constants used in main.rs.
This commit is contained in:
parent
fc5bfd5876
commit
5e5df5c401
6 changed files with 39 additions and 6 deletions
8
data/application.css
Normal file
8
data/application.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.media-grid flowboxchild {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.media-grid-item {
|
||||
/* No bold text by default for this kind of button */
|
||||
font-weight: normal;
|
||||
}
|
||||
6
data/zoodex.gresource.xml
Normal file
6
data/zoodex.gresource.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/com/kernelmaft/zoodex/">
|
||||
<file>application.css</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue