diff --git a/styles/readtheorg/css/htmlize.css b/styles/readtheorg/css/htmlize.css index e34647c..0b32a03 100755 --- a/styles/readtheorg/css/htmlize.css +++ b/styles/readtheorg/css/htmlize.css @@ -1,4 +1,3 @@ - .org-bold { /* bold */ font-weight: bold; } .org-bold-italic { /* bold-italic */ font-weight: bold; font-style: italic; } .org-buffer-menu-buffer { /* buffer-menu-buffer */ font-weight: bold; } diff --git a/styles/readtheorg/js/readtheorg.js b/styles/readtheorg/js/readtheorg.js index f9dbeed..e3fbc58 100755 --- a/styles/readtheorg/js/readtheorg.js +++ b/styles/readtheorg/js/readtheorg.js @@ -1,4 +1,3 @@ - $(function() { $('.note').before("

Note

"); $('.seealso').before("

See also

");