You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/21 23:26:09 UTC

[incubator-ponymail-foal] branch master updated: clean up CSS

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a168886  clean up CSS
a168886 is described below

commit a168886b2c67a9983984bed481d68d87f9c397fe
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 21 18:25:11 2021 -0500

    clean up CSS
    
    This fixes #76.
---
 webui/oauth.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webui/oauth.html b/webui/oauth.html
index 9fadfb4..cacc84e 100644
--- a/webui/oauth.html
+++ b/webui/oauth.html
@@ -19,11 +19,11 @@ the License. -->
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
     <title>Pony Mail!</title>
 
-    <!-- Bootstrap -->
-    <link href="css/bootstrap.min.css" rel="stylesheet">
-    <link href="css/solar.css" rel="alternate stylesheet" type="text/css" title="Solar theme" media="all">
-    <link href="css/metro.css" rel="alternate stylesheet" type="text/css" title="Metropolis" media="all">
-    <link href="css/popup.css" rel="stylesheet">
+    <!-- CSS -->
+    <link href="css/bootstrap.min.css" rel="stylesheet" media="all">
+    <link href="css/scaffolding.css" rel="stylesheet" media="all">
+    <link href="css/modal.css" rel="stylesheet" media="all">
+    <link href="css/spinner.css" rel="stylesheet" media="all">
 
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->