From b3ee2a831399a71c45ab3cfdd377a781f1560187 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 14 Sep 2012 22:01:16 +0000 Subject: [PATCH] ephysics: increase doc pages title size SVN revision: 76689 --- legacy/ephysics/doc/e.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/ephysics/doc/e.css b/legacy/ephysics/doc/e.css index 44a9f254db..6f2f4ccb07 100644 --- a/legacy/ephysics/doc/e.css +++ b/legacy/ephysics/doc/e.css @@ -293,3 +293,8 @@ div.luaattrib { color: #888; border: 1px solid #ccc; } + +div.title { + font-size : 20px; + font-weight : bold; +}