← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~rpadovani/ubuntu-packaging-guide/737455 into lp:ubuntu-packaging-guide

 

Riccardo Padovani has proposed merging lp:~rpadovani/ubuntu-packaging-guide/737455 into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)
Related bugs:
  Bug #737455 in Ubuntu Packaging Guide: "Enumberate chapters and table of contents"
  https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/737455

For more details, see:
https://code.launchpad.net/~rpadovani/ubuntu-packaging-guide/737455/+merge/198158

Fixed #737455 - Added enumeration to toc (screenshot[1]) and to title of subsections


[1]http://doc.rpadovani.com/public.php?service=files&t=47910b1e47a6ad08937ef66ab38f944a
-- 
https://code.launchpad.net/~rpadovani/ubuntu-packaging-guide/737455/+merge/198158
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~rpadovani/ubuntu-packaging-guide/737455 into lp:ubuntu-packaging-guide.
=== modified file 'themes/ubuntu/static/home.css'
--- themes/ubuntu/static/home.css	2012-05-24 15:48:31 +0000
+++ themes/ubuntu/static/home.css	2013-12-07 14:17:27 +0000
@@ -255,7 +255,11 @@
 }
 
 #sidebar .toc ul li ul li {
-  list-style-type: decimal;
+  list-style-type: disc;
+}
+
+#sidebar .toc ul li ul li ul li {
+  list-style-type: circle;
 }
 
 #sidebar .toc ul {

=== modified file 'ubuntu-packaging-guide/index.rst'
--- ubuntu-packaging-guide/index.rst	2013-11-25 10:14:55 +0000
+++ ubuntu-packaging-guide/index.rst	2013-12-07 14:17:27 +0000
@@ -53,6 +53,7 @@
 
 .. toctree::
    :maxdepth: 1
+   :numbered:
 
    introduction-to-ubuntu-development
    getting-set-up
@@ -71,6 +72,7 @@
 
 .. toctree::
    :maxdepth: 1
+   :numbered:
 
    communication
    debian-dir-overview


Follow ups