From 1851c3686448292fd01a70307e4679b3da19d32b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 29 Mar 2020 03:18:08 +0200 Subject: Blockquote style fix --- firebase-debug.log | 16 ++++++++++++++++ static/style.css | 3 +-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 firebase-debug.log diff --git a/firebase-debug.log b/firebase-debug.log new file mode 100644 index 0000000..1cc9887 --- /dev/null +++ b/firebase-debug.log @@ -0,0 +1,16 @@ +[debug] [2020-03-29T01:17:59.536Z] ---------------------------------------------------------------------- +[debug] [2020-03-29T01:17:59.538Z] Command: /usr/bin/node /usr/bin/firebase deploy +[debug] [2020-03-29T01:17:59.538Z] CLI Version: 7.16.1 +[debug] [2020-03-29T01:17:59.538Z] Platform: linux +[debug] [2020-03-29T01:17:59.538Z] Node Version: v12.13.0 +[debug] [2020-03-29T01:17:59.538Z] Time: Sun Mar 29 2020 03:17:59 GMT+0200 (Central European Summer Time) +[debug] [2020-03-29T01:17:59.538Z] ---------------------------------------------------------------------- +[debug] [2020-03-29T01:17:59.538Z] +[debug] [2020-03-29T01:17:59.541Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"] +[debug] [2020-03-29T01:17:59.542Z] > authorizing via signed-in user +[debug] [2020-03-29T01:17:59.542Z] [iam] checking project mitja-felicijan-blog for permissions ["firebase.projects.get","firebasehosting.sites.update"] +[debug] [2020-03-29T01:17:59.543Z] >>> HTTP REQUEST POST https://cloudresourcemanager.googleapis.com/v1/projects/mitja-felicijan-blog:testIamPermissions + +[debug] [2020-03-29T01:18:00.459Z] <<< HTTP RESPONSE 200 +[debug] [2020-03-29T01:18:00.468Z] >>> HTTP REQUEST GET https://firebase.googleapis.com/v1beta1/projects/mitja-felicijan-blog + diff --git a/static/style.css b/static/style.css index c855b6d..135ad4b 100644 --- a/static/style.css +++ b/static/style.css @@ -31,8 +31,7 @@ blockquote { position: relative; margin-block-start: 30px; margin-block-end: 30px; - - border: 1px solid red; + margin-right: 0; } blockquote:before { -- cgit v1.2.3