mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
todo
This commit is contained in:
parent
92103f8696
commit
6d8b5d518d
1
TODO
1
TODO
@ -1,3 +1,4 @@
|
|||||||
|
clean css class names
|
||||||
print css for draw/link/image...
|
print css for draw/link/image...
|
||||||
|
|
||||||
== Future: ==
|
== Future: ==
|
||||||
|
@ -21,7 +21,7 @@ namespace CSS {
|
|||||||
// sometimes we need a special one, e.g. transparent color, where the id is -1
|
// sometimes we need a special one, e.g. transparent color, where the id is -1
|
||||||
const char * const INVALID_ID = "_";
|
const char * const INVALID_ID = "_";
|
||||||
// work around strings
|
// work around strings
|
||||||
// TODOsince we have this string, should this file be named as general "css.h" ?
|
// TODO: since we have this string, should this file be named as general "css.h" ?
|
||||||
const char * const WEBKIT_ONLY = "@media screen and (-webkit-min-device-pixel-ratio:0)";
|
const char * const WEBKIT_ONLY = "@media screen and (-webkit-min-device-pixel-ratio:0)";
|
||||||
const char * const PRINT_ONLY = "@media print";
|
const char * const PRINT_ONLY = "@media print";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user