* update ubuntu colors

This commit is contained in:
Reinhard Pointner 2014-12-10 20:40:40 +00:00
parent 573f9ea89b
commit 50fcec7e53
1 changed files with 6 additions and 2 deletions

View File

@ -481,9 +481,13 @@ div.screencast:hover .play {
list-style: none;
background: url('http://www.ubuntu.com/static/u/img/favicon.ico') no-repeat 0.5em center;
background-size: 16px 16px;
margin: 0em 0em 0.5em 4.5em;
margin: 0em 0em 0.5em 5em;
padding: 0.5em 0.6em 0.5em 2.0em;
border: thin orange dashed;
border: thin rgb(221, 72, 20) dashed;
border-radius: 4px 4px 4px 4px;
display: inline-block;
}
#download li.ubuntu a {
color: rgb(221, 72, 20);
}