Skip to content

Commit

Permalink
Update dev css
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Jan 22, 2015
1 parent f2e12f5 commit 371dabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
9 changes: 0 additions & 9 deletions wikiminiatlas.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ a.dir13 { background-image:url('/symbols/dir_13.png'); }
a.dir14 { background-image:url('/symbols/dir_14.png'); }
a.dir15 { background-image:url('/symbols/dir_15.png'); }

/* Standard */
/*a.label {
font-size:7pt;
z-index:20;
position: absolute;
background-repeat: no-repeat;
padding-left:5px;
}*/

a.label0 {
background-image:url('/symbols/label_corner_ul.png');
}
Expand Down
15 changes: 6 additions & 9 deletions wikiminiatlas_dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ a.dir13 { background-image:url('/symbols/dir_13.png'); }
a.dir14 { background-image:url('/symbols/dir_14.png'); }
a.dir15 { background-image:url('/symbols/dir_15.png'); }

/* Standard */
a.label {
font-size:7pt;
z-index:20;
position: absolute;
background-repeat: no-repeat;
padding-left:5px;
}

a.label0 {
background-image:url('/symbols/label_corner_ul.png');
}
Expand Down Expand Up @@ -174,6 +165,12 @@ a.label10:hover {
opacity: 1.0;
}

/* language tweaks */

a.label.label-zh {
font-size:9pt;
}

p.option {
border: 1px solid gray;
margin: 0.5em;
Expand Down

0 comments on commit 371dabd

Please sign in to comment.