diff options
author | Emanoil Kotsev <[email protected]> | 2023-05-30 21:19:00 +0000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-05-31 17:43:27 +0900 |
commit | ad87bef297461786ef0ecf3d8cdddc94f5043934 (patch) | |
tree | 5afe4ea47f08c3ecea18ec7a1c55a66d53e1578c | |
parent | 227cd7b44beb0949be8d8186899c91f2fc08ba59 (diff) | |
download | tdelibs-ad87bef297461786ef0ecf3d8cdddc94f5043934.tar.gz tdelibs-ad87bef297461786ef0ecf3d8cdddc94f5043934.zip |
Do not center the content of body element in tdeapi documentation
Signed-off-by: Emanoil Kotsev <[email protected]>
(cherry picked from commit 6c8b373f34943b76845e0de979d76f9344bf25bb)
-rw-r--r-- | doc/common/tde.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/common/tde.css b/doc/common/tde.css index 183b62fa1..c9dc6095c 100644 --- a/doc/common/tde.css +++ b/doc/common/tde.css @@ -5,7 +5,6 @@ body { margin: 0; padding: 0; - text-align: center; font-size: 0.8em; font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif; color: #535353; |