Bring forth my fine-toothed comb...
/* Excerpt from webmanual.css */
div.marginmedium table{
margin-left: -20px;
}
html>body div.marginmedium table{
margin-left: auto;
margin-right: auto;
}
« July 2006 | Main | October 2006 »
/* Excerpt from webmanual.css */
div.marginmedium table{
margin-left: -20px;
}
html>body div.marginmedium table{
margin-left: auto;
margin-right: auto;
}
fact = Math.floor(Math.random()*(Math.pow(10,(""+items.length).length)));
<ul>
<li>
<h2>Blogs</h2>
<p>VCU Libraries has been a leader at VCU in using blogs in new and compelling ways.
It has partnered with the <a href="http://www.ts.vcu.edu/">Office of Technology
Services</a> to purchase a University Site License of <a href="http://www.sixapart.com/movabletype/">Movable Type</a>. Blogs can be created
either through <a href="http://blog.vcu.edu/"> the university
site</a> or the VCU Libraries. Contact the <a href="mailto:seteague@vcu.edu?subject=blogs"> Web
Applications Team</a> to setup an account for a VCU Libraries blog.</p>
<ul>
<li>
<h3>Required Guidelines</h3>
<ol>
<li>
<h4>Maintain Libraries Branding Across Public Blogs</h4>
<p>Public blogs are considered an extension of the VCU Libraries Web site and
therefore appropriate editorial measures must be taken. The blog owner should
regularly look for comment spam or close the blog or parts thereof for comments.
Public blogs should carry the VCU Libraries identity across the entire site.<br>
<br>
<strong>Examples:</strong>
<ul>
<li><a href="http://blog.vcu.edu/blackhistory/">Black History Blog</a></li>
<li><a href="http://blog.vcu.edu/libsuggest/">Suggestion Blog </a></li>
</ul>
</p>
</li>
<li>
<h4>Include a Disclaimer on Personal Blogs Hosted by the Library</h4>
<p>Library faculty and staff are able to create personal blogs. As such,
it is important that any such blog or Web site contain a disclaimer so
that the blog is not considered an official voice of the VCU Libraries.
Note that the same regulations govern personal Web sites housed on University servers.</p>
</li>
<li>
<h4>Avoid Linking to Staff Blogs from the VCU Libraries Public Site</h4>
<p>Blogs that are meant only for staff viewing are not to be shared outside
of the VCU Libraries and should not be linked to the public Web site, public
RSS feeds or through e-mail.</p>
</li>
</ol>
</li>
</ul>
</li>
</ul>
ul {
padding-left: 0px;
list-style: none;
}
ul li ul{
padding-left: 0px;
list-style: none;
}
ul.example{
padding-left: 15px;
list-style: disc;
}
ul li table, ol li table{
margin-left: 0px;
padding-left: 0px;
}
<!--HTML CODE-->
<div class="tier1">
<div class="tier2">
Title Content
</div>
<div class="tier2">
Content Content Content
</div>
</div>
/* CSS Code */
.tier1{
/* GLOBAL SETTINGS */
}
.tier1 .tier2{
/* REFINED SETTINGS */
}
Using this model no styles will overwrite each other and determining the active style will be made easier.