Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ taking out the numbers

Posted by: A_smith Feb 26 2011, 01:25 PM

If I wanted to use this theme on a tumblr page where would I pull the silly numbers out of the menu at the top?


http://www.terrysdiary.com/


here is the code for the page hmmmmm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<!--
Theme: Field Notes (http://fieldnotestheme.tumblr.com)
Version: 4
Creator: Braden Schaeffer (http://manasto.tumblr.com)
-->

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Terry Richardson's Diary</title>
<meta name="description" content="" />
<link rel="shortcut icon" href="http://24.media.tumblr.com/avatar_857937388d7d_16.png" />
<link rel="alternate" type="application/rss+xml" title="Terry Richardson's Diary" href="http://www.terrysdiary.com/rss" />

<!-- iPhone Meta Data -->

<meta name="viewport" content="width=500, user-scalable=yes" />
<link rel="apple-touch-icon" href="http://29.media.tumblr.com/avatar_857937388d7d_96.png" />

<!-- Custom Tumblr Theme Data -->
<meta name="color:Background" content="#683b20">
<meta name="color:Text" content="#000000">
<meta name="color:Links" content="#FFFFFF">
<meta name="font:Body" content="Futura, Georgia, Helvetica, Arial, serif"/>
<meta name="image:Background" content="http://static.tumblr.com/h3aw40n/KGtkopm5f/background.jpg" />
<meta name="if:Display Twitter Updates" content="1"/>

<meta name="if:Display Following" content="1"/>
<meta name="if:Display Custom Links" content="0"/>
<meta name="text:Disqus Shortname" content="" />
<meta name="text:Flickr ID" content=""/>
<meta name="text:Link Title 1" content=""/>
<meta name="text:Link URL 1" content=""/>
<meta name="text:Link Title 2" content=""/>
<meta name="text:Link URL 2" content=""/>
<meta name="text:Link Title 3" content=""/>

<meta name="text:Link URL 3" content=""/>
<meta name="text:Link Title 4" content=""/>
<meta name="text:Link URL 4" content=""/>
<meta name="text:Link Title 5" content=""/>
<meta name="text:Link URL 5" content=""/>

<!-- Stylesheets -->
<style type="text/css">
/* <---- Overall Properties ----> */
* {
margin: 0px;
padding: 0px;
-moz-outline-style: none;
outline: none;
}
body {
background: #FDFBFA url(http://assets.tumblr.com/images/x.gif) top left fixed;
font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
font-size: 13px;
color: #000000;
}
#container {
width: 500px;
margin: 0px auto;
padding: 0px 15px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
a {
text-decoration: none;
color: #0C0C0C;
}
a:hover {
text-decoration: underline;
}
/* <---- Firefox Image Border Fix ----> */
a img, img {
border: none;
}
/* <---- Header ----> */
#header {
text-transform: ;
margin: 25px 0px 60px 0px;
padding: 0px 0px 2px 0px;
}
#header a {
color: #000000;
}
#header h1 {
margin: 0px 0px 0px -2px;
}
#header a:hover {
text-decoration: none;
color: #0C0C0C;
}
/* <---- Top Bar Properties ----> */
#upper {
font-size: 1em;
padding: 0px 0px 0px 0px;
border-bottom: 1px #000000 dashed;
}
#upper div {
border-top: 1px #000000 dashed;
}
#upper #about_container {
border-top: 1px #000000 dashed;
}
/* <---- Main Nav & Extra Links Properties ----> */
.nav ol, nav ul {
list-style-position: inside;
padding: 2px 0px 0px 0px;
clear: left;
}
.nav ol {
list-style-type: decimal-leading-zero;
}
.nav ul {
list-style-type: circle;
}
.nav li {
float: left;
margin: 0px 10px 2px 0px;
}
/* <---- About Properties ----> */
a#about {
cursor: pointer;
}
#about_container {
display: none;
font-size: 1em;
text-transform: none;
padding: 10px 0px;
}
#about_container a {
color: #0C0C0C;
}
#about_container a:hover {
text-decoration: underline;
}
p.avatar {
float: left;
margin: 0px 10px 5px 0px;
}
p.avatar img {
width: 90px;
}
/* <---- Search Properties ----> */
#search {
margin: 0 0 20px 0;
padding: 0 0 15px 0;
text-transform: uppercase;
}
#search h2{
font-size: 2em;
text-align: center;
}
/* <---- Post Properties ----> */
.posts {
margin: 0px 0px 40px 0px;
padding: 0px 0px 40px 0px;
border-bottom: 1px #0C0C0C dashed;
list-style-type: none;
}
.posts:last-child {
border-bottom: none;
}
.posts h1, .posts h2, .posts ul, .posts p, .posts p, .posts ol, .player, .posts pre {
margin-bottom: 10px;
}
.posts h1 {
font-size: 2.25em;
}
.posts h2 {
font-size: 1.5em;
}
.posts ol {
list-style-type: decimal-leading-zero;
}
.posts ul {
list-style-type: disc;
}
.posts ol ul, .posts ul ul {
list-style-type: circle;
}
.posts ol ol, .posts ul ol {
list-style-type: decimal;
}
.posts ol ul, .posts ol ol, .posts ul ul, .posts ul ol {
margin: 10px 0px 10px 20px;
}
.posts ol, .posts ul {
margin: 10px 0px 10px 30px;
}
.posts li {
margin-bottom: 5px;
}
.caption {
font-size: 14px;
}
.posts img, .posts object {
max-width: 500px;
margin: 10px 0px;
}
p.object {
text-align: center;
}
.posts blockquote {
margin: 10px 0px 10px 15px;
padding-left: 15px;
border-left: 1px #0C0C0C dashed;
}
.caption img {
max-width: 500px;
}

.caption blockquote img {
max-width: 150px;
}
.posts blockquote blockquote {
margin-left: 5px;
}
.posts code {
background: #333;
padding: 1px 2px;
color: #0C0C0C;
font-size: 12px;
}
.posts pre {
overflow: auto;
background: #333;
font-size: 12px;
padding: 5px;
color: #0C0C0C;
margin: 15px 0px;
}
.posts pre p {
margin-bottom: 0px;
}
/* <---- Quote Post Properties ----> */
h1.long {
font-size: 1.5em;
}
h1.short:before, h1.medium:before, h1.long:before, h1.short:after, h1.medium:after, h1.long:after {
content: "''";
}
/* <---- Link Post Properties ----> */
a.link {
padding: 0px 2px;
background: #000000;
}
/* <---- Audio Post Properties ----> */
.extAudio {
width: 90px;
float: right;
clear: right;
text-align: right;
text-transform: uppercase;
font-size: 11px;
}
/* <---- Chat Post Properties ----> */
.label, .line {
padding: 2px;
float: left;
clear: left;
}
.label {
background: #000000;
color: #0C0C0C;
}
.line {
background: #0C0C0C;
color: #000000;
}
/* <---- Post Info Properties ----> */
.post_info {
margin: 25px 0px 0px 0px;
text-align: right;
font-size: 12px;
}
/* Tags */
.tags a:after {
content: ",";
}
.tags a:last-child:after {
content: "";
}
/* <---- Page/Post Nav Properties ----> */
#post_nav, #perma_nav {
width: 500px;
font-size: 14px;
text-transform: uppercase;
}
#perma_nav {
margin: -20px 0px 20px 0px;
}
#post_nav {
margin: 0px 0px 70px 0px;
padding: 5px 0px 0px 0px;
}
.older {
float: right;
}
.newer {
float: left;
margin-right: 10px;
}
.pages {
width: 200px;
margin: 0px 150px;
text-align: center;
}
/* <---- Notes Properties ----> */
#notes ol {
list-style-type: none;
margin: 30px 0px 0px 0px;
font-size: 12px;
}
#notes ol li {
padding: 7px 0px;
border-top: 1px #0C0C0C dotted;
}
#notes ol li:first-child {
border-top: 1px #0C0C0C solid;
}
#notes ol li img {
display: none;
}
/* <---- Footer Properties ----> */
#footer {
margin: 0px 0px 150px 0px;
}
#footer div {
clear: both;
border-top: 1px #000000 dashed;
}
#footer div:first-child {
border-top: 2px #000000 solid;
}
/* <---- Following Properties ----> */
.following {
padding: 5px 3px;
}
li.follows {
height: 25px;
width: 25px;
list-style-type: none;
float: left;
margin: 2px;
}
.following img {
width: 25px;
}
/* <---- Credits Properties ----> */
#credits {
text-align: center;
font-size: 12px;
padding: 5px 0px 0px 0px;
clear: left;
}
/* <---- Flickr Badge Properties ---->*/
#flickr {
padding: 5px 0 0 0;
background: no-repeat 0 5px;
text-indent: 25px;
text-transform: none;
min-height: 15px;
}
#flickr #photos {
border: none;
}
#largeImage {
position: absolute;
border: 3px solid #0C0C0C;
}
#photos {
margin-left: 16px;
}
#photos img {
float: left;
padding: 0px 0px 5px 10px;
width: 38px;
height: 38px;
}
/* <---- Twitter Badge Properties ----> */
#twitter_div {
background: no-repeat 0 6px;
clear: left;
min-height: 27px;
}
#twitter_div a {
color: #0C0C0C;
}
#twitter_div a:hover {
text-decoration: underline;
}
#tweets {
list-style-type: none;
font-size: 13px;
padding: 5px 0px;
margin: 0 0 0 25px;
text-transform: none;
}
/* <---- Custom Links Properties ----> */
.links {
padding: 2px 0px 0px 0px;
}
.links ol, .links ul {
list-style-position: inside;
clear: left;
}
.links ol {
list-style-type: decimal-leading-zero;
}
.links ul {
list-style-type: circle;
}
.links li {
text-transform: uppercase;
float: left;
margin: 0px 10px 2px 0px;
}
/*

The style below is very important to
keeping this theme looking very clean.

I use this style all over this theme
to correct floats, of which there
are a few.

Unless you know what you are doing,
do not mess with this style. This
law is given under penalty of death.

*/
div#clearfix, li#clearfix {
clear: both;
list-style-type: none;
border: none;
}

/* Blog Title Font Size */
#header h1 { font-size: 3em; }

/* Background Color & Image */
body { background: #FDFBFA url('http://assets.tumblr.com/images/x.gif'); }

/* Twitter Icon (16x16) */
#twitter_div { background-image: url(http://static.tumblr.com/h3aw40n/giskhqyi3/twitter.png); }

/* Flickr Icon (16x16) */
#flickr { background-image: url(http://static.tumblr.com/h3aw40n/BRMkhqyh4/flickr.png); }


</style>

<!-- Scripts -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/h3aw40n/Lhpkmxpx8/functions.js"></script>
<script type="text/javascript">
$(document).ready(function() {
//Set this variable (x) to change the initial display
//of the number of people you follow before hovering.
//Each row is a multiple of 17.
var x = 34;
hideFollows(x);

});
</script>

<!-- Javascript Disabled Styles -->
<noscript><style type="text/css">
li#search { display: none; }
</style></noscript>

</head>

<body>

<div id="container"><!--BEGIN container-->

<div id="header"> <!--BEGIN header -->

<div id="top">
<div id="title"><h1><a href="/">Terry Richardson's Diary</a></h1></div>
</div>

<div id="upper">

<div class="nav">

<ol>

<li><a href="/tagged/terry">Terry</a></li>
<li><a href="/tagged/diary">Diary</a></li>
<li><a href="/tagged/people">People</a></li>
<li><a href="/tagged/models">Models</a></li>
<li><a href="/random">Random</a></li>
<li><a href="/tagged/tshirt">T Shirt of the Week</a></li>
<li><a href="/archive">Archive</a></li>
<li><a href="http://www.twitter.com/terry_world" target=blank>Twitter</a></li>
<li><a href="http://www.facebook.com/terryworldfb" target=blank>Facebook</a></li>

<li><a href="java script:ts();function%20ts(){var%20q=window.prompt('Search this tumblelog:');if(q){var%20l=location.href;var%20r=l.substring(0,l.indexOf('/',7));var%20u=r+'/search/'+q;window.location.href=u;};}">Search</a></li>


<li><a href="http://www.terrysdiary.com/rss">Subscribe</a></li>


</ol>

<div id="clearfix"></div>

</div>



<!--Put your Twitter/Flickr badges and extra links below here-->





<!--Put your Twitter/Flickr badges and extra links above here-->



<div id="clearfix"></div>


</div>

</div> <!--END header-->

<div id="content"><!--BEGIN content-->





<ul>

<li class="posts">
<a href="http://www.terrysdiary.com/post/3525801445/adrien-brody-and-sonny-ruscha-bjornson">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525801445/1/tumblr_lh6otk8G1t1qa42jr"><img src="http://26.media.tumblr.com/tumblr_lh6otk8G1t1qa42jro1_500.jpg" alt="Adrien Brody and Sonny Ruscha Bjornson."/></a></p>

<div class="caption"><p>Adrien Brody and Sonny Ruscha Bjornson.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525763382/ed-ruscha-and-his-daughter-sonny">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525763382/1/tumblr_lh6oqplsV11qa42jr"><img src="http://25.media.tumblr.com/tumblr_lh6oqplsV11qa42jro1_500.jpg" alt="Ed Ruscha and his daughter Sonny."/></a></p>

<div class="caption"><p>Ed Ruscha and his daughter Sonny.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525702321/adrien-brody-at-mr-chows">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525702321/1/tumblr_lh6oqaFqCO1qa42jr"><img src="http://30.media.tumblr.com/tumblr_lh6oqaFqCO1qa42jro1_500.jpg" alt="Adrien Brody at Mr Chows."/></a></p>

<div class="caption"><p>Adrien Brody at Mr Chows.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525685093/olivier-zahm-and-oliver-stone-at-mr-chows">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525685093/1/tumblr_lh6oomNZsd1qa42jr"><img src="http://27.media.tumblr.com/tumblr_lh6oomNZsd1qa42jro1_500.jpg" alt="Olivier Zahm and Oliver Stone at Mr Chows."/></a></p>

<div class="caption"><p>Olivier Zahm and Oliver Stone at Mr Chows.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525637219/valentino-and-giancarlo-at-mr-chows">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525637219/1/tumblr_lh6onr1CCF1qa42jr"><img src="http://26.media.tumblr.com/tumblr_lh6onr1CCF1qa42jro1_500.jpg" alt="Valentino and Giancarlo at Mr Chows."/></a></p>

<div class="caption"><p>Valentino and Giancarlo at Mr Chows.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525553414/ed-ruscha-and-benedikt-taschen-at-mr-chows-in">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525553414/1/tumblr_lh6omqpYvn1qa42jr"><img src="http://25.media.tumblr.com/tumblr_lh6omqpYvn1qa42jro1_500.jpg" alt="Ed Ruscha and Benedikt Taschen at Mr Chows in Beverly Hills."/></a></p>

<div class="caption"><p>Ed Ruscha and Benedikt Taschen at Mr Chows in Beverly Hills.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525207319/me-and-monica-lewinsky">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525207319/1/tumblr_lh6oj2eFMN1qa42jr"><img src="http://29.media.tumblr.com/tumblr_lh6oj2eFMN1qa42jro1_500.jpg" alt="Me and Monica Lewinsky"/></a></p>

<div class="caption"><p>Me and Monica Lewinsky</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525191162/richard-prince-and-monica-lewinsky">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525191162/1/tumblr_lh6ohezHEl1qa42jr"><img src="http://28.media.tumblr.com/tumblr_lh6ohezHEl1qa42jro1_500.jpg" alt="Richard Prince and Monica Lewinsky"/></a></p>

<div class="caption"><p>Richard Prince and Monica Lewinsky</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525169231/chelsea-handler-and-andre-balazs-at-the-opening-of">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525169231/1/tumblr_lh6nypebLM1qa42jr"><img src="http://26.media.tumblr.com/tumblr_lh6nypebLM1qa42jro1_r1_500.jpg" alt="Chelsea Handler and Andre Balazs at the Opening of the Ed Ruscha show."/></a></p>

<div class="caption"><p>Chelsea Handler and Andre Balazs at the Opening of the Ed Ruscha show.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3525145599/me-and-john-waters-at-the-opening-of-the-ed-ruscha">February 26, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3525145599/1/tumblr_lh6ny8E0h11qa42jr"><img src="http://29.media.tumblr.com/tumblr_lh6ny8E0h11qa42jro1_r2_500.jpg" alt="Me and John Waters at the opening of the Ed Ruscha show."/></a></p>

<div class="caption"><p>Me and John Waters at the opening of the Ed Ruscha show.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3507615272/me-and-tom-ford">February 25, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3507615272/1/tumblr_lh6nvigIou1qa42jr"><img src="http://25.media.tumblr.com/tumblr_lh6nvigIou1qa42jro1_r1_500.jpg" alt="Me and Tom Ford"/></a></p>

<div class="caption"><p>Me and Tom Ford</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3507167888/milla-jojovich-at-the-opening-of-the-new-tom-ford">February 25, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3507167888/1/tumblr_lh6nq2oUh71qa42jr"><img src="http://26.media.tumblr.com/tumblr_lh6nq2oUh71qa42jro1_r1_500.jpg" alt="Milla&nbsp; Jojovich at the opening of the new Tom Ford store in Beverly Hills."/></a></p>

<div class="caption"><p>Milla Jojovich at the opening of the new Tom Ford store in Beverly Hills.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3507584393/lisa-eisner-and-bryan-lourd-at-the-opening-of-the">February 25, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3507584393/1/tumblr_lh6nw15hwB1qa42jr"><img src="http://24.media.tumblr.com/tumblr_lh6nw15hwB1qa42jro1_r1_500.jpg" alt="Lisa Eisner and Bryan Lourd at the opening of the new Tom Ford store in Beverly Hills."/></a></p>

<div class="caption"><p>Lisa Eisner and Bryan Lourd at the opening of the new Tom Ford store in Beverly Hills.</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3507559890/me-and-jacqueline-bisset">February 25, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3507559890/1/tumblr_lh6nwwD5xo1qa42jr"><img src="http://25.media.tumblr.com/tumblr_lh6nwwD5xo1qa42jro1_r1_500.jpg" alt="Me and Jacqueline Bisset"/></a></p>

<div class="caption"><p>Me and Jacqueline Bisset</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li><li class="posts">
<a href="http://www.terrysdiary.com/post/3507473706/eniko-and-sean">February 25, 2011</a>



<p class="object"><a href="http://www.terrysdiary.com/photo/1280/3507473706/1/tumblr_lh6nu0pNJI1qa42jr"><img src="http://25.media.tumblr.com/tumblr_lh6nu0pNJI1qa42jro1_r1_500.jpg" alt="Eniko and Sean"/></a></p>

<div class="caption"><p>Eniko and Sean</p></div>














<div class="post_info">


<p class="info">

</p>
</div>





</li>

</ul>


<div id="post_nav">


<div class="older"><a href="/page/2">Older</a></div>


<div class="pages">Page 1 of 262</div>
<div id="clearfix"></div>
</div>


</div><!--END content-->

<div id="footer"><!--BEGIN footer-->

<!--Put your Twitter/Flickr badges and extra links below here-->

<!--Put your Twitter/Flickr badges and extra links above here-->






</div><!--END footer-->


</div><!--END container-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12433001-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?9&src=http%3A%2F%2Fwww.terrysdiary.com%2F&amp;lang=en_US&amp;name=terrysdiary" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>




</html>

Posted by: pandy Feb 26 2011, 01:41 PM

It's the styling of the OL.

CODE
        .nav ol {
            list-style-type: decimal-leading-zero;
            }



You could just as well make that a UL and use 'list-style: none'. OL doesn't make sense.

http://www.w3.org/TR/CSS2/generate.html#lists

Posted by: A_smith Feb 26 2011, 02:17 PM

Thank you so much!

QUOTE(pandy @ Feb 26 2011, 01:41 PM) *

It's the styling of the OL.

CODE
        .nav ol {
            list-style-type: decimal-leading-zero;
            }



You could just as well make that a UL and use 'list-style: none'. UL doesn't make sense.

http://www.w3.org/TR/CSS2/generate.html#lists


Posted by: pandy Feb 26 2011, 02:29 PM

You are welcome. But I made a typo above. I wrote that UL doesn't make sense (corrected now). I meant of course that OL doesn't make sense.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)