From 5e33ee2b69faf017edc740c31cf193cb79a1ddac Mon Sep 17 00:00:00 2001 From: Dendy Date: Fri, 1 Jan 2021 14:21:03 +0100 Subject: [PATCH] .gitignore file changes didn't apply already cached files --- .gitignore | 1 - include/settings.php | 10 ---- themes/minimalpunk/css/user.css.php~ | 84 ---------------------------- 3 files changed, 95 deletions(-) delete mode 100755 include/settings.php delete mode 100755 themes/minimalpunk/css/user.css.php~ diff --git a/.gitignore b/.gitignore index ca57ae0..acff773 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ ### Project specific ### -config.php *.db *~ *.secret diff --git a/include/settings.php b/include/settings.php deleted file mode 100755 index 0f24764..0000000 --- a/include/settings.php +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/minimalpunk/css/user.css.php~ b/themes/minimalpunk/css/user.css.php~ deleted file mode 100755 index 87e8179..0000000 --- a/themes/minimalpunk/css/user.css.php~ +++ /dev/null @@ -1,84 +0,0 @@ - -65;6002;1cbody{ - background-color: ; -} -#parent-container{ - width: 80%; - margin: 50px auto; - /*background-color: ;*/ -} -#header{ - text-align: right; - padding: 20px; - background-color: ; -} - -.columns-container{ - display: flex; -} -.column{ - flex: 25%; -} -.question-container{ - flex: 75%; -} - -/* user profile styling */ -#user-container{ - /*background-color: black;*/ - text-align: center; - background-color: ; - padding: 30px; - margin: 0px; -} -#user-name{ - font-size: 30px; - font-weight: bold; - margin-bottom: 20px; -} -#user-bio{ - -} - -/* Form column */ -.form-column{ - background-color: ; - padding: 10px; -} -.form-column textarea{ - width: 100%; - height: 80px; -} - -/* Questions */ -.question-container{ - padding: 10px; - background-color: ; -} -.question{ - margin: 20px; - margin-bottom: 10px; -} -.question-username{ - font-size: 20px; - font-weight: bold; - padding-bottom: 15px; - text-decoration: none; -} -.question-text{ - margin-bottom: 15px; -} -.question-date{ - float: right; -} - -.answer{ - padding: 10px; - margin-top: 15px; - margin-left: 40px; -} - -/* Footer */ -#footer{ - background-color: ; -} \ No newline at end of file