mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
17 lines
310 B
CSS
17 lines
310 B
CSS
#bar #rss {
|
|
margin-top: 20px;
|
|
margin-left: 20px;
|
|
}
|
|
#bar #rss a {
|
|
background: url("rss.png") no-repeat 8px center;
|
|
padding: 5px 10px 5px 24px;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
border-radius: 4px;
|
|
background-color: #d0d0d0;
|
|
color: white;
|
|
}
|
|
#bar #rss a:hover {
|
|
background-color: red;
|
|
}
|