Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A HOWTO on how to design GRAS application as it seems less obvious to MPI coders...
[simgrid.git] / doc / simgrid.css
1 /* Table Of Content styles, by Martin Quinson (but not original at all) */
2 DIV.toc  {
3        background-color: #e8eef2;
4        border: 1px solid #84b0c7;
5        font-size: 120%;
6        display: block;
7        float: right;
8        margin: 10px;
9        padding: 10px;
10         padding-top: 0px;
11         padding-bottom: 0px;
12 }
13
14 DIV.tocTitle {
15         text-align: center;
16         font-weight: bold;      
17         font-size: 130%;
18 }