Disclaimer
This commit is contained in:
parent
22386755ab
commit
e856d4a361
|
@ -42,6 +42,11 @@ th,td {
|
||||||
background-color: rgb(241, 120, 120) !important;
|
background-color: rgb(241, 120, 120) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav ul li h1.warning {
|
||||||
|
color:red;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
font-size: 67%;
|
font-size: 67%;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><h1 class="warning">ATTENZIONE! Il servizio è ancora in fase di sviluppo e mancano le fermate di ritorno (codici 4000 in su), inoltre le corse vengono al momento duplicate, riferirsi sempre, se disponibile, a quella in tempo reale.</h1></li>
|
||||||
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||||
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
||||||
|
|
Loading…
Reference in New Issue