CSS update

This commit is contained in:
Erreur32 2023-11-17 12:20:26 +01:00
parent 046548b1a0
commit 218a97ee8f
2 changed files with 6 additions and 5 deletions

View File

@ -49,7 +49,9 @@
.Time2{ .Time2{
color: yellow; color: yellow;
} }
.texte-agrandi {
font-size: 18px; /* Taille de texte augmentée */
}
</style> </style>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="gauge/css/asPieProgress.css"> <link rel="stylesheet" href="gauge/css/asPieProgress.css">
@ -85,7 +87,7 @@
<h1>Memory</h1> <h1>Memory</h1>
<div class='title'></div> <div class='title'></div>
<pre><?php echo `date`;?> <strong><span id="heure" class="Time"></span></strong></pre> <pre><?php echo `date`;?> <strong><span id="heure" class="Time texte-agrandi"></span></strong></pre>
</div> </div>
<div class="col-xs-4 col-sm-4 col-lg-4" id="diskDiv"> <div class="col-xs-4 col-sm-4 col-lg-4" id="diskDiv">

View File

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<servers> <servers>
<server id="0">
<server id="1">
<name>google.fr</name> <name>google.fr</name>
<host>google.fr</host> <host>google.fr</host>
<port>80</port> <port>80</port>
</server> </server>
</servers> <server id="2"><name>service local</name><host>localhost</host><port>22</port></server><server id="3"><name>Munin</name><host>127.0.0.1</host><port>4949</port></server></servers>