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