diff options
author | Ludovic Courtès | 2018-04-29 23:36:19 +0200 |
---|---|---|
committer | Ludovic Courtès | 2018-04-29 23:41:18 +0200 |
commit | fea4fef2c2084b8c0f8311e61d6dcdd7c652f6d4 (patch) | |
tree | 496362c8e26daf6bb3993edea6977897b949c569 /doc | |
parent | b87514f1863a3f6231d3ccb4e785d03a4b179b6d (diff) | |
download | skribilo-fea4fef2c2084b8c0f8311e61d6dcdd7c652f6d4.tar.gz skribilo-fea4fef2c2084b8c0f8311e61d6dcdd7c652f6d4.tar.lz skribilo-fea4fef2c2084b8c0f8311e61d6dcdd7c652f6d4.zip |
doc: Remove reference to non-existent CSS file.
* doc/user/static/main.css: Remove reference to "base.css".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/static/main.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/user/static/main.css b/doc/user/static/main.css index 7f4fdbe..6911418 100644 --- a/doc/user/static/main.css +++ b/doc/user/static/main.css @@ -1,5 +1,3 @@ -@import url("base.css"); - @font-face { font-family: "Linux Libertine"; src: url("LinLibertine_Rah.ttf"); |