7823ac2847
Refactored CSS stylesheets. Broke down original CSS file into small, more logical parts Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
18 lines
276 B
CSS
18 lines
276 B
CSS
/*
|
|
Document : books.css
|
|
Created on : 2012.08.15., 11:41:37
|
|
Author : Gergely Polonkai
|
|
Description:
|
|
Library-styling CSS
|
|
*/
|
|
|
|
#konyvtar-gomb {
|
|
float: left;
|
|
padding: 5px;
|
|
}
|
|
|
|
#konyvtar-gomb a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|