summaryrefslogtreecommitdiffstats
path: root/askbot/doc
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/doc')
-rw-r--r--askbot/doc/source/changelog.rst1
-rw-r--r--askbot/doc/source/customizing-style-css-file-in-askbot.rst6
2 files changed, 7 insertions, 0 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 965db53c..54baa18f 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -17,6 +17,7 @@ Development version (not released yet)
* Added a management command to build_thread_summary_cache (Evgeny)
* Added a management delete_contextless_badge_award_activities (Evgeny)
* Fixed a file upload issue in FF and IE found by jerry_gzy (Evgeny)
+* Added test on maximum length of title working for utf-8 text (Evgeny)
0.7.39 (Jan 11, 2012)
---------------------
diff --git a/askbot/doc/source/customizing-style-css-file-in-askbot.rst b/askbot/doc/source/customizing-style-css-file-in-askbot.rst
index 4d64eb81..65b75002 100644
--- a/askbot/doc/source/customizing-style-css-file-in-askbot.rst
+++ b/askbot/doc/source/customizing-style-css-file-in-askbot.rst
@@ -16,6 +16,12 @@ and some delay in the page load.
Please find documentation about the lesscss format elsewhere.
+.. note::
+ Besides the "official" lesscss compiler, there are other
+ tools that convert .less files into .css: for example a
+ `less compiler from codekit (mac) <http://incident57.com/less/>`_
+ and a `portable SimpLESS compiler <http://wearekiss.com/simpless>`_.
+
Compiling lesscss files
=======================