Difference between revisions of "Desal Wiki"

From Desal Wiki
Line 45: Line 45:
 
}
 
}
 
.a_nav_table {
 
.a_nav_table {
display: table;   /* Allow the centering to work */
+
    display:-moz-box;
margin: 0 auto;
+
    -moz-box-pack:center;
        width: 100%;
+
    -moz-box-align:center;
 +
 
 +
    /* Safari and Chrome */
 +
    display:-webkit-box;
 +
    -webkit-box-pack:center;
 +
    -webkit-box-align:center;
 +
 
 +
    /* W3C */
 +
    display:box;
 +
    box-pack:center;
 +
    box-align:center;
 +
    width:100%;
 
}
 
}
 
#navhorizontal {
 
#navhorizontal {
 
display: table;  /* Allow the centering to work */
 
display: table;  /* Allow the centering to work */
margin: 0 auto;
+
margin: 0 auto;
 +
        width: 95%;
 
}
 
}
 
</style>
 
</style>

Revision as of 06:22, 8 July 2014

Welcome to the Desal Wiki

Learn more

...

Desal in Australia

...

Button

...

Desal Issues

...

Button

...

Desal Resources

...

Button