1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2013-09-26 16:47:56 +08:00
parent 44bdb30a36
commit e31e963e4d
3 changed files with 47 additions and 26 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -40,7 +40,7 @@
<header>
<div class="inner">
<h1>pdf2htmlEX</h1>
<h1><img src="images/pdf2htmlEX.svg" class="logo">pdf2htmlEX</h1>
<h2>A PDF to HTML converter</h2>
<a href="https://github.com/coolwanglu/pdf2htmlEX" class="button"><small>View project on</small>GitHub</a>
</div>
@ -49,7 +49,6 @@
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p>A beautiful demo is worth a thousand words:</p>
<ul>

View File

@ -483,3 +483,9 @@ footer a:hover {
#socialbuttons { font-size:1px; }
#socialbuttons iframe { vertical-align:middle; }
#socialbuttons > div { margin:3px;height:20px; vertical-align:middle; }
.logo{
width:1em;
height:1em;
position:relative;
top:.2em;
}