From bcf40952acd8fb0524cab3645a7b6616332b4b71 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 4 Oct 2020 19:17:51 +0200 Subject: Style fix --- style.css | 4 ++++ test/notes.sql | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 7244b63..d76bb23 100644 --- a/style.css +++ b/style.css @@ -195,4 +195,8 @@ header { margin: 0; padding: 1rem 0; } + nav span.right { + text-align: center; + float: none; + } } diff --git a/test/notes.sql b/test/notes.sql index fbabe4e..3ba322f 100644 --- a/test/notes.sql +++ b/test/notes.sql @@ -3,7 +3,7 @@ USE yota_db; CREATE TABLE activities( `id` int(11) not null auto_increment primary key, - `approved` boolean not null default false; + `approved` boolean not null default false, `specialCall` varchar(50) not null, `fromTime` datetime not null, `toTime` datetime not null, @@ -12,8 +12,8 @@ CREATE TABLE activities( `operatorCall` varchar(50) not null, `operatorName` varchar(50) not null, `operatorEmail` varchar(100) not null, - `operatorPhone` varchar(50) not null - `qso` int not null default 0; + `operatorPhone` varchar(50) not null, + `qso` int not null default 0 ) charset=utf8; CREATE TABLE admins( -- cgit v1.2.3