Merge branch 'fontawesome' into soon

This commit is contained in:
yflory
2016-09-29 14:52:48 +02:00
18 changed files with 72 additions and 129 deletions

View File

@@ -19,9 +19,10 @@
<style>
html, body {
width: 100;
margin-top: 1.25em;
height: auto;
}
#main {
width: 90%;
margin: auto;
}
.clickable {
@@ -38,7 +39,6 @@
<div id="main">
<div id="toolbar" class="buttons">
<sub><a href="/"></a></sub>
</div>
<h1 id="mainTitle">CryptPoll</h1>
<h2 data-localization="poll_subtitle"></h2>

View File

@@ -689,8 +689,6 @@ define([
var $toolbar = $('#toolbar');
$toolbar.find('sub a').text(Messages.backToCryptpad);
var Button = function (opt) {
return $('<button>', opt);
};