* update ubuntu colors
This commit is contained in:
parent
573f9ea89b
commit
50fcec7e53
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue