✏️ Rename custom_bootstrap to bootstrap

This commit is contained in:
SebClem 2021-02-06 21:07:22 +01:00
parent 11b83a86f3
commit aa3805abf2
5 changed files with 3 additions and 3 deletions

View File

@ -9738,4 +9738,4 @@ input[type=time]::-webkit-calendar-picker-indicator:hover {
background-color: #b58e51;
}
/*# sourceMappingURL=custom_bootstrap.css.map */
/*# sourceMappingURL=bootstrap.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
<title>Nextcloud Backup</title>
<link rel='stylesheet' href='./css/style.css'/>
<link rel="stylesheet" href="./css/custom_bootstrap.css">
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/fa-all.min.css">
</head>