Fixed typos

This commit is contained in:
0ip 2012-04-30 16:54:19 +02:00
parent 7a09d97731
commit 64db697558
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ h1 {
h2 { h2 {
font-size: 24px; font-size: 24px;
} }
.seperator { .separator {
margin: 10px 0; margin: 10px 0;
height: 1px; height: 1px;
background: #aaa; background: #aaa;

View file

@ -20,7 +20,7 @@
<h1>Etherpad Lite</h1> <h1>Etherpad Lite</h1>
<div class="seperator"></div> <div class="separator"></div>
<h2>Installed plugins</h2> <h2>Installed plugins</h2>
<table> <table>
<thead> <thead>
@ -44,7 +44,7 @@
</table> </table>
<div class="paged listing search-results"> <div class="paged listing search-results">
<div class="seperator"></div> <div class="separator"></div>
<h2>Search for plugins to install</h2> <h2>Search for plugins to install</h2>
<form> <form>
<input type="text" name="search" placeholder="Search term" id="search-query"> <input type="text" name="search" placeholder="Search term" id="search-query">