Skip to content

Commit

Permalink
Fix up changes that were done locally, but were not checkedin.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyraman committed Jan 25, 2018
1 parent 978177f commit 24e33ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
],
"web_accessible_resources" : ["Sdk.Soap.min.js","levelup.extension.js"],
"version" : "2.6.2",
"version_name" : "2.6.1",
"version_name" : "2.6.2",
"manifest_version" : 2
}
24 changes: 2 additions & 22 deletions app/pages/emojis.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,18 @@
td:first-child {
font-size: x-large;
}

input {
font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
font-family: "Segoe UI" , "Segoe" , Tahoma, Helvetica, Arial, sans-serif;
border: solid 1px #ccc;
border-radius: 5px;
padding: 5px 5px;
width: 300px;
margin-bottom: 15px;
}

input:focus {
outline: none;
border-color: #aaa;
}
}
</style>
</head>
<body>
Expand Down Expand Up @@ -20304,24 +20302,6 @@
<button>Copy</button>
</td>
</tr>
<tr>
<td>🏴󠁧󠁢󠁥󠁮󠁧󠁿</td>
<td class="description">England&nbsp;
<button>Copy</button>
</td>
</tr>
<tr>
<td>🏴󠁧󠁢󠁳󠁣󠁴󠁿</td>
<td class="description">Scotland&nbsp;
<button>Copy</button>
</td>
</tr>
<tr>
<td>🏴󠁧󠁢󠁷󠁬󠁳󠁿</td>
<td class="description">Wales&nbsp;
<button>Copy</button>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 24e33ad

Please sign in to comment.