http: Minor HTML/CSS tweaks

This commit is contained in:
Stein Magnus Jodal 2012-11-28 19:35:17 +01:00
parent 67c92ceab9
commit df6df5b46a
3 changed files with 6 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Mopidy HTTP frontend</title>
<link rel="stylesheet" type="text/css" href="/mopidy/mopidy.css">
<link rel="stylesheet" type="text/css" href="mopidy.css">
</head>
<body>
<div class="box focus">

View File

@ -69,3 +69,7 @@ code, pre {
.center {
text-align: center;
}
#ws-console {
height: 200px;
overflow: auto;
}

View File

@ -3,13 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Mopidy HTTP frontend</title>
<link rel="stylesheet" type="text/css" href="/mopidy/mopidy.css">
<style type="text/css">
#ws-console {
height: 200px;
overflow: auto;
}
</style>
<link rel="stylesheet" type="text/css" href="mopidy.css">
</head>
<body>
<div class="box focus">