Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A new css specific to simgrid (quite empty for now)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jan 2006 20:55:13 +0000 (20:55 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jan 2006 20:55:13 +0000 (20:55 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1883 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/simgrid.css [new file with mode: 0644]

diff --git a/doc/simgrid.css b/doc/simgrid.css
new file mode 100644 (file)
index 0000000..6e4758e
--- /dev/null
@@ -0,0 +1,18 @@
+/* Table Of Content styles, by Martin Quinson (but not original at all) */
+DIV.toc  {
+       background-color: #e8eef2;
+       border: 1px solid #84b0c7;
+       font-size: 120%;
+       display: block;
+       float: right;
+       margin: 10px;
+       padding: 10px;
+       padding-top: 0px;
+       padding-bottom: 0px;
+}
+
+DIV.tocTitle {
+       text-align: center;
+       font-weight: bold;      
+       font-size: 130%;
+}
\ No newline at end of file