Minor fix to header
This commit is contained in:
parent
7415345bf4
commit
f5d05c0816
@ -17,8 +17,8 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="main">
|
||||
<div class="header number">
|
||||
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator</a>
|
||||
<div class="header">
|
||||
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Display Info Utility</a>
|
||||
<hr />
|
||||
</div>
|
||||
<div style="width:512px; margin-left:auto; margin-right:auto;">
|
||||
|
@ -8,6 +8,7 @@ body {
|
||||
body {
|
||||
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||
font-size: 15px;
|
||||
line-height: 120%;
|
||||
min-height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
@ -52,6 +53,8 @@ div.footer a {
|
||||
}
|
||||
|
||||
div.header {
|
||||
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||
line-height: 120%;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
padding-left: 16px;
|
||||
|
@ -8,13 +8,15 @@
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||
font-size: 15px;
|
||||
min-height:100%;
|
||||
line-height: 120%;
|
||||
min-height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
@ -58,6 +60,8 @@
|
||||
}
|
||||
|
||||
div.header {
|
||||
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||
line-height: 120%;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
padding-left: 16px;
|
||||
@ -123,11 +127,11 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="main">
|
||||
<div class="header number">
|
||||
<div class="header">
|
||||
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Display Industry Standards Archive</a>
|
||||
<hr />
|
||||
</div>
|
||||
<table>
|
||||
<table style="padding-left:20px;">
|
||||
<tr><td><span class="title">DisplayPort Standard</span>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://glenwing.github.io/docs/DP-1.2.pdf">Version 1.2</a> (2010 January 5)</li>
|
||||
|
19
index.html
19
index.html
@ -13,6 +13,8 @@
|
||||
body {
|
||||
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||
font-size: 15px;
|
||||
line-height: 120%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.number {
|
||||
@ -55,6 +57,8 @@
|
||||
}
|
||||
|
||||
div.header {
|
||||
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||
line-height: 120%;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
padding-left: 16px;
|
||||
@ -64,10 +68,14 @@
|
||||
min-width: 480px;
|
||||
}
|
||||
div.header span {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
div.header i.back_arrow {
|
||||
transform:rotate(90deg) scale(0.75);
|
||||
line-height:0;
|
||||
position:relative;
|
||||
bottom:-0.2em;
|
||||
}
|
||||
|
||||
span.title {
|
||||
font-weight: bold;
|
||||
@ -107,14 +115,15 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Display Technology Information Repository and Utilities</title>
|
||||
<title>Display Technology Utilities and Information Repository</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="main">
|
||||
<div class="header number">
|
||||
<span>Display Technology Information Repository and Utilities</span>
|
||||
<div class="header">
|
||||
Display Technology Information Repository and Utilities
|
||||
<hr />
|
||||
</div>
|
||||
<table style="padding-left:20px;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user