Changeset - 6d4108671143
[Not reviewed]
default
0 1 0
ethanzonca@localhost.localdomain - 16 years ago 2009-01-30 16:35:21
ethanzonca@localhost.localdomain
center\?
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/css/template.css
Show inline comments
 
@@ -240,49 +240,49 @@ td.pill_m {
 
  margin: 0;
 
  width: auto;
 
}
 

	
 
td.pill_r {
 
  background: url(../images/mw_menu_cap_r.png) no-repeat;
 
  width:  32px;
 
  height: 39px;
 
}
 

	
 
#pillmenu {
 
  white-space: nowrap;
 
  height: 32px;
 
  float: left;
 
}
 

	
 
#pillmenu ul {
 
  margin: 0;
 
  padding: 0;
 
  list-style:none;
 
}
 

	
 
#pillmenu li {
 
	float: left;
 
	background: url(../images/mw_menu_separator.png) top right no-repeat;
 
	background: url(../images/mw_menu_separator.png) center right no-repeat; /* used to be top right */
 
	margin: 0;
 
	padding: 0;
 
}
 

	
 
#pillmenu a {
 
  font-family: Arial, Helvetica, sans-serif;
 
  font-size: 12px;
 
  font-weight: bold;
 
	float:left;
 
  display:block;
 
  height: 24px;
 
  line-height: 24px;
 
  padding: 0 20px;
 
  color: #000;
 
  text-decoration: none;
 
}
 

	
 
#pillmenu a#active_menu-nav {
 
	margin-top:2px;
 
	height: 21px;
 
	line-height: 21px;
 
	background-position: 0 0;
 
}
 

	
0 comments (0 inline, 0 general)