Skip to content

Commit

Permalink
Fix font weirdness in Chrome 38.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks-net committed Sep 3, 2014
1 parent 1982612 commit de75f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "IPvFoo",
"manifest_version": 2,
"version": "1.27",
"version": "1.28",
"minimum_chrome_version": "26",
"description": "Display the server IP address, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.",
"homepage_url": "https://ipvfoo.googlecode.com/",
Expand Down
2 changes: 2 additions & 0 deletions popup.html
Expand Up @@ -19,6 +19,8 @@
<style type="text/css">
body {
margin: 0;
font-family: serif;
font-size: medium;
}
table, td, tr {
border-width: 1px;
Expand Down

0 comments on commit de75f11

Please sign in to comment.