diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 2ad7e3d..a211f3b 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -11,6 +11,10 @@ h1{ font-size:175%; } +.subtitle{ + font-size:95%; /* of h1 */ +} + h2{ font-size:150%; } diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 8b77153..45bf71f 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -38,6 +38,10 @@ h1{ font-size:175%; } +.subtitle{ + font-size:95%; /* of h1 */ +} + h2{ font-size:150%; }