Merge branch 'fontawesome' into soon
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -689,8 +689,6 @@ define([
|
||||
|
||||
var $toolbar = $('#toolbar');
|
||||
|
||||
$toolbar.find('sub a').text(Messages.backToCryptpad);
|
||||
|
||||
var Button = function (opt) {
|
||||
return $('<button>', opt);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user