main tabs container mittig, schriftart global verdana,arial,sans-serif

This commit is contained in:
Hendrik Fellerhoff 2012-03-21 03:02:31 +01:00
parent 7c554a610d
commit 4ad6fe2a5b
2 changed files with 5 additions and 2 deletions

View File

@ -82,7 +82,7 @@
</script>
</head>
<body>
<h1>Bunti Steuerung</h1>
<h1>CTDO Raumsteuerung</h1>
<div id="tabs">
<ul>

View File

@ -1,8 +1,11 @@
@CHARSET "UTF-8;
body {
font-family: Verdana, Arial, sans-serif;
}
#tabs {
height: 500px;
width: 700px;
margin: 0 auto;
}
.circle {