some CSS tweaks in the demo
This commit is contained in:
parent
cd577a96f9
commit
0c1245091e
2 changed files with 6 additions and 5 deletions
|
|
@ -16,6 +16,11 @@ body {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#logo {
|
||||
padding: 15px;
|
||||
margin-left: 65px;
|
||||
}
|
||||
|
||||
#editor {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
|
|
|||
|
|
@ -9,12 +9,8 @@
|
|||
<link rel="stylesheet" href="demo/styles.css" type="text/css" media="screen" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<img id="logo" src="demo/logo.png">
|
||||
<table id="controls">
|
||||
<tr colspan="2">
|
||||
<td align="center">
|
||||
<img src="demo/logo.png">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="doc">Document</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue