Make awesome v4 standout more compliant with the whole site design (#72)

This commit is contained in:
Jeferson Siqueira 2017-01-26 22:27:54 -03:00 committed by Daniel Hahler
parent d12b5f5c0e
commit 39b7a2cf0c
3 changed files with 11 additions and 5 deletions

View File

@ -7,8 +7,8 @@
* [awesomerc(5) manpage](manpages/awesomerc.5.html)
* [awesome-client(1) manpage](manpages/awesome-client.1.html)
<a name="v4"></a>
## awesome 4.0
<a id="v4"></a>
# Awesome 4.0
* [News / breaking changes](https://awesomewm.org/apidoc/documentation/89-NEWS.md.html#v4)
* [Configuration porting tips](https://awesomewm.org/apidoc/documentation/17-porting-tips.md.html#v4)

View File

@ -1,10 +1,11 @@
# News
<p class="standout">
awesome 4.0 has been released on 2016-12-25.
<br />
Awesome 4.0 has been released on 2016-12-25.
</br>
</br>
Please refer to the <a href="doc/#v4">documentation section</a> for
NEWS/changes and porting tips for your configuration.
news/changes and porting tips for your configuration.
</p>
# What is the awesome?

View File

@ -303,6 +303,11 @@ blockquote{
.standout {
font-size:larger;
font-weight:bold;
color: #A94442;
}
.standout a {
color: red;
}
/* vim: set sw=2 et: */