Difference between revisions of "Desal Wiki"

From Desal Wiki
Line 8: Line 8:
 
/* Horizontal Nav */
 
/* Horizontal Nav */
 
#navhorizontal > ul {
 
#navhorizontal > ul {
    padding-top: 5px;
 
    text-align: center;
 
 
     height: 65px;
 
     height: 65px;
 
     margin-left: 5px;
 
     margin-left: 5px;
Line 25: Line 23:
 
     -moz-border-radius: 10px;
 
     -moz-border-radius: 10px;
 
     border-radius: 3px;
 
     border-radius: 3px;
     width: 25%;
+
     width: 32%;
    height: 37px;
+
 
     background-color: #efefef;
 
     background-color: #efefef;
 
     float: left;
 
     float: left;
Line 45: Line 42:
 
}
 
}
 
.a_nav_table {
 
.a_nav_table {
    display:-moz-box;
 
    -moz-box-pack:center;
 
    -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%;
 
     width:100%;
 
}
 
}
 
#navhorizontal {
 
#navhorizontal {
display: table;  /* Allow the centering to work */
 
 
margin: 0 auto;  
 
margin: 0 auto;  
        width: 95%;
 
 
}
 
}
 
</style>
 
</style>

Revision as of 06:59, 8 July 2014

Welcome to the Desal Wiki

Learn more

...

Desal in Australia

...

Button

...

Desal Issues

...

Button

...

Desal Resources

...

Button