diff --git a/doc/Build.txt b/doc/Build.txt
index 727d5d2434d86688f825bcbffd92fdcd55d239d6..20cf394b51ad55dd8d2f865103142f90fa63899a 100644
--- a/doc/Build.txt
+++ b/doc/Build.txt
@@ -56,7 +56,7 @@ cd portaudio
 sudo make install
 ----------------------------
 
-
+NOTE: If you have `colorgcc`, building might *fail*.  Use `unset CC` and `unset CXX` to disable it before building `portaudio`.
 
 the daemon
 ~~~~~~~~~~
@@ -74,7 +74,7 @@ sudo make install
 sflphone-qt
 -----------
 
-`sflphone-qt` is *deprecated* and should not be built anymore.
+`sflphone-qt` is *deprecated* and can't be built anymore.
 
 
 sflphone-gtk
@@ -84,12 +84,14 @@ Compile `sflphone-gtk` by running:
 
 -------------------------
 cd sflphone-gtk
-gnome-autogen.sh || autoreconf --install
+gnome-autogen.sh
 ./configure --prefix=/usr
 make
 sudo make install
 -------------------------
 
+NOTE: Some persons needed to run `autoreconf --install` before the `configure` script.
+
 You'll find `gnome-autogen.sh` in some `gnome-common`-like package of
 your distribution. You can also replace it by a call to:
 `autoreconf --install`.
diff --git a/www/sflphone.css b/www/sflphone.css
index 69e9975c4437f46a9ab6b8932206f58628973e7b..27517553ccbb9c0e2158b9afba059757ff353f41 100644
--- a/www/sflphone.css
+++ b/www/sflphone.css
@@ -225,6 +225,7 @@ td.hlist1 {
   vertical-align: top;
   font-style: italic;
   padding-right: 0.8em;
+  width: 5em;
 }
 td.hlist2 {
   vertical-align: top;
@@ -316,4 +317,4 @@ div.exampleblock-content {
   font-weight: normal;
   font-style: italic;
   display: inline;
-}
\ No newline at end of file
+}