Skip to content

Commit

Permalink
added some possibly misguided styles to take care of right aligned in…
Browse files Browse the repository at this point in the history
…line lists
  • Loading branch information
edwelker committed Aug 11, 2010
1 parent 6e3ba91 commit 35441c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions header_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h3>Any header will do here, the type is not important (though it should be a &l
<div class="goto">
<a href="#" class="tgt_dark">Go to:</a> (images aren't here right now, but will be in portal)
</div>
<div class="links">
<a href="#">Previous (object-type)</a>
<a href="#">Next (object-type)</a>
<ul class="links inline_list_right">
<li><a href="#">Previous (object-type)</a></li>
<li><a href="#">Next (object-type)</a></li>
</div>
</div>

Expand Down
6 changes: 4 additions & 2 deletions standard_base_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ h3.inline,h4.inline,h5.inline,h6.inline{display:inline;float:left;margin:0;paddi

/*general*/
img{border:0}
.inline_list{list-style-type:none;margin:0;padding:0}
.inline_list li{display:inline;margin-right:.2em}
.inline_list,.inline_list_right{list-style-type:none;margin:0;padding:0}
.inline_list li{display:inline;margin-right:.3em} /* needs to be a standard distance here and the next. */
.inline_list_right li{display:inline;margin-left:.4em;}
.column_list{list-style-type:none;margin:0;padding:0}
.column_list li{float:left;width:8em}
.offscreen{text-indent:-9999px}
Expand All @@ -87,6 +88,7 @@ img{border:0}
.hidden{display:none}
.nowrap{white-space:nowrap}
.noborder{border:0}
.inline_block{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;}


.small,sup,sub{font-size:.8461em;} /*11px font-size */
Expand Down

0 comments on commit 35441c7

Please sign in to comment.