Polish up startpage a bit
This commit is contained in:
parent
ac4bcf421f
commit
af7ea34b5c
@ -2,11 +2,11 @@
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||
<link href="/startpage/styles/styles.css" type="text/css" rel="stylesheet"/>
|
||||
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
|
||||
<title>New Tab</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="startpage-wrapper">
|
||||
<div class="header">
|
||||
<div class="search-wrapper">
|
||||
<form class="search-form" id="sp-search-form" action="https://www.startpage.com/do/dsearch" method="post">
|
||||
<input type="text" name="query" class="search-input" placeholder="sp" autofocus />
|
||||
@ -15,6 +15,8 @@
|
||||
<input type="text" name="q" class="search-input" placeholder="ddg" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="section-wrapper-header">labbity</div>
|
||||
<div class="section-wrapper homelab">
|
||||
<div class="section">
|
||||
|
@ -13,14 +13,6 @@
|
||||
|
||||
/* Specifics */
|
||||
|
||||
.container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.startpage-wrapper {
|
||||
padding: 0 0 2em 0;
|
||||
}
|
||||
|
||||
.search-wrapper {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user