commit
40af25d282
|
@ -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;
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue