Style up the contritution-wanted page, introduce sub-css
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>pull/154/head
parent
48ec0b2240
commit
4a298d0d3e
|
@ -3,10 +3,10 @@
|
|||
<br />
|
||||
<div class="row">
|
||||
<div class="col s10 offset-s1">
|
||||
<div class="card grey lighten-3">
|
||||
<div class="card grey lighten-3" id="contribution-wanted">
|
||||
<div class="card-content black-text">
|
||||
<span class="card-title grey-text">Contributions Wanted</span>
|
||||
<p>Help improve the openHAB 2.0 documentation! If you'd like to leave corrections, additons or comments for this article or any other part of this page, please drop a word at:</p>
|
||||
<span class="card-title">Contributions Wanted</span>
|
||||
<p>Help improve the openHAB 2.0 documentation! If you'd like to leave corrections, additons or comments for this article or any other part of this website, please drop a word at:</p>
|
||||
</div>
|
||||
<div class="card-action">
|
||||
<a target="_blank" href="https://github.com/openhab/openhab-docs/issues">docs.openhab.org Issue Tracker</a>
|
||||
|
|
|
@ -9,9 +9,10 @@
|
|||
<title>{% if page.title != nil %}{{ page.title }} - {% endif %}openHAB 2.0 - Empowering the Smart Home</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link href="{{base}}/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
|
||||
<link href="{{base}}/css/highlight.github.css" type="text/css" rel="stylesheet" media="screen,projection" />
|
||||
<link href="{{base}}/css/styles.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="{{base}}/css/materialize.css" media="screen,projection" />
|
||||
<link rel="stylesheet" href="{{base}}/css/highlight.github.css" media="screen,projection" />
|
||||
<link rel="stylesheet" href="{{base}}/css/styles.css" />
|
||||
<link rel="stylesheet" href="{{base}}/css/openhab.css" />
|
||||
|
||||
<!-- Font -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css' />
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/* Style definitions specific to docs.openhab.org */
|
||||
|
||||
.card .card-title {
|
||||
color: #FF6600;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.card .card-action a {
|
||||
color: #039BE5;
|
||||
}
|
Loading…
Reference in New Issue