Add JSON link and fix header
The "ReviewDay" header was far off to the right, fixing that with edit to div and modification of CSS so it looks more like the other pages on status.openstack.org. Also add link to the new JSON file just below the header. Change-Id: I45454594a20af5d20d2171899be25904a47b53ac
This commit is contained in:
parent
3e1c8d5be5
commit
4b7c228cbd
@ -22,8 +22,9 @@
|
||||
|
||||
<body id="document" class="tab-specifications">
|
||||
<script type="text/javascript">header('Reviews');</script>
|
||||
<div style="float: right; margin-right: 15px;">
|
||||
<font size="+1">ReviewDay</font>
|
||||
<div class="container">
|
||||
<h1>ReviewDay</h1>
|
||||
<p><a href="/reviews/reviewday.json">Reviewday JSON file</a></p>
|
||||
</div>
|
||||
<div class="yui-d0">
|
||||
|
||||
|
@ -59,6 +59,11 @@ table.listing img {
|
||||
content:"";
|
||||
}
|
||||
|
||||
.container h1 {
|
||||
font-size: 200%;
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.yui-d0 {
|
||||
width: 950px;
|
||||
margin: 0 auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user