Difference between revisions of "Team:Exeter/Integrated Practices"

Line 798: Line 798:
 
Academics
 
Academics
 
</div>
 
</div>
 +
<style>
 +
ul{
 +
list-style-image:none;
 +
}
 +
.wrap ul{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
font-size:150%;
 +
}
 +
.wrap ul li {
 +
    /* Text color */
 +
    color: #333;
 +
    list-style-type: none;
 +
}
  
 +
.wrap ul li:before {
 +
    /* Unicode bullet symbol */
 +
    content: '\25AA';
 +
    /* Bullet color */
 +
    color: #47BCC2;
 +
    padding-right: 0.5em;
 +
}
 +
ol{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
font-size:150%;
 +
}
 +
ol li {
 +
    /* Text color */
 +
    color: #333;
 +
    list-style-type: none;
 +
}
 +
ol li {
 +
    list-style-type: none;
 +
    counter-increment: list;
 +
    position: relative;
 +
}
 +
 +
ol li:before {
 +
    content: counter(list) ".";
 +
    position: absolute;
 +
    left: -2.5em;
 +
    width: 2em;
 +
    text-align: right;
 +
    color: #47BCC2;
 +
}
 +
</style>
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 20:12, 18 October 2016