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> </script>
</head> </head>
<body> <body>
<h1>Bunti Steuerung</h1> <h1>CTDO Raumsteuerung</h1>
<div id="tabs"> <div id="tabs">
<ul> <ul>

View File

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