mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Added a background image
This commit is contained in:
parent
f2454e61f8
commit
4010b8d234
2 changed files with 8 additions and 0 deletions
BIN
doc/theme/background.jpg
vendored
Normal file
BIN
doc/theme/background.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
8
doc/theme/doxygen.css
vendored
8
doc/theme/doxygen.css
vendored
|
@ -1,5 +1,13 @@
|
|||
/* The standard CSS for doxygen */
|
||||
|
||||
body
|
||||
{
|
||||
background-image:url('background.jpg');
|
||||
background-attachment:fixed;
|
||||
background-position:center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
body, table, div, p, dl
|
||||
{
|
||||
font-family: Lucida Grande, Calibri, Verdana;
|
||||
|
|
Loading…
Add table
Reference in a new issue