release 0.9.3
This commit is contained in:
parent
81489f6e99
commit
c3cca06933
5
Diagram-Canvas/Content/main.css
Normal file
5
Diagram-Canvas/Content/main.css
Normal file
@ -0,0 +1,5 @@
|
||||
@media (min-width: 768px){
|
||||
#Main {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
@ -4,8 +4,8 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Текущий статус печей</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" type="text/css" href="Content/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="Styles/Main.css">
|
||||
<link rel="stylesheet" type="text/css" href="Content/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="Content/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
|
5
Release/CycleWeb/Content/main.css
Normal file
5
Release/CycleWeb/Content/main.css
Normal file
@ -0,0 +1,5 @@
|
||||
@media (min-width: 768px){
|
||||
#Main {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
@ -4,8 +4,8 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Текущий статус печей</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" type="text/css" href="Content/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="Styles/Main.css">
|
||||
<link rel="stylesheet" type="text/css" href="Content/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="Content/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
|
Loading…
Reference in New Issue
Block a user