Skip to content

Commit

Permalink
Fix for chrome bug (and some typos)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eluvatar committed Jan 18, 2014
1 parent 7c8dfba commit eafb2fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions theme-layout/aqua.css
Expand Up @@ -10,12 +10,13 @@
.citizen { color: #FF6600; font-weight: bold}
.council { color: #B8860B; font-weight: bold}
.envoy { color: #000033; font-weight: bold}
.speaker { color: #f91493; font-weight: bold}

#grouplabels { text-align: center; background:none repeat scroll 0 0 #E6E6E6;
border:1px solid #CACACA;
margin:30px 5%;
padding:30px 30px 10px;}
#grouplabels>div {padding 1ex; }
#grouplabels>div {padding: 1ex; }
#grouplabels>p {margin-bottom: 1em; margin-top: -1em; font-weight: bold; font-size: 120%;}

#news { text-align: center; }
Expand Down Expand Up @@ -652,7 +653,7 @@ border-color:#FFF;
}

blockquote, #blog blockquote blockquote {
background:#eaeaea2;
background:#eaeaea;
margin:10px auto;
padding-bottom:1px;
width:98%;
Expand Down Expand Up @@ -1396,7 +1397,7 @@ height:1px;

td.c_sig,td.c_nosig {
background:#eee;
height:1%;
height:0.5%;
vertical-align:top;
}

Expand Down Expand Up @@ -2006,4 +2007,4 @@ background: url(http://z3.ifrm.com/229/151/0/p189051/h2sr.jpg) no-repeat right t
transition: width 0.6s;
-moz-transition: width 0.6s; /* Firefox 4 */
-o-transition: width 0.6s; /* Opera */
}
}
2 changes: 1 addition & 1 deletion theme-layout/burnttriangle.css
Expand Up @@ -1414,7 +1414,7 @@ height:0px;
}

td.c_sig,td.c_nosig {
height:1%;
height:0.5%;
vertical-align:top;
}

Expand Down
4 changes: 2 additions & 2 deletions theme-layout/winter.css
Expand Up @@ -1585,7 +1585,7 @@ background:url(http://z3.ifrm.com/9/58/0/p90778/h2center.gif) repeat-x bottom;
}

td.c_sig,td.c_nosig {
height:1%;
height:0.5%;
vertical-align:top;
}

Expand Down Expand Up @@ -2365,4 +2365,4 @@ overflow:auto;
#documents thead tr.doclist { font-weight: bold; text-align: center; font-size: 10pt;}
#documents thead tr { background: none repeat scroll 0pt 0pt #e6e6e6; text-align: left; font-size: 8pt; width: 100%;}
#documents tbody {overflow:auto; height: 100%;}
#documents td {overflow: auto; padding: 1ex;}
#documents td {overflow: auto; padding: 1ex;}

0 comments on commit eafb2fd

Please sign in to comment.