Refactor bootstrap3. Removed obsolet files.

This commit is contained in:
Oleg Sh 2025-02-03 20:35:11 +01:00
parent 0105f76838
commit 823fabf058
17 changed files with 16 additions and 36 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

2
i/css/bootstrap.css → i/css/dev/bootstrap3/bootstrap.css vendored Executable file → Normal file
View File

@ -264,7 +264,7 @@ th {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
} }
.glyphicon { .glyphicon {
position: relative; position: relative;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

5
i/css/dev/bootstrap3/bootstrap3.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
<script src="<?= Root("i/js/dev/jquery-2.0.3.js")?>" ></script> <script src="<?= Root("i/js/dev/jquery-2.0.3.js")?>" ></script>
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/funcs.css')?>" /> <link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/funcs.css')?>" />
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/bootstrap.css')?>" /> <link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/bootstrap3/bootstrap.css')?>" />
<script src="<?= Root("i/js/dev/bootstrap3/bootstrap.min.js")?>" ></script> <script src="<?= Root("i/js/dev/bootstrap3/bootstrap.min.js")?>" ></script>

View File

@ -25,7 +25,7 @@
<?php IncludeCom('dev/font_ptsans')?> <?php IncludeCom('dev/font_ptsans')?>
<?php IncludeCom('dev/fontawesome')?> <?php IncludeCom('dev/fontawesome')?>
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/bootstrap.css')?>" /> <link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/bootstrap3/bootstrap.css')?>" />
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/main_tpl.css')?>" /> <link rel="stylesheet" type="text/css" href="<?= Root('i/css/main_tpl.css')?>" />
<meta name="yandex-verification" content="66de0a468e59b81b" /> <meta name="yandex-verification" content="66de0a468e59b81b" />