mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
44b8a00028
Split files into firefox and chrome specific directories
20 lines
225 B
CSS
20 lines
225 B
CSS
body {
|
|
width: 300px;
|
|
}
|
|
|
|
#button_container {
|
|
text-align: center;
|
|
}
|
|
|
|
#help-box {
|
|
text-align: left;
|
|
padding: 8px;
|
|
border-style: ridge;
|
|
border-color: gray;
|
|
|
|
margin: 4px 2px 1px 2px;
|
|
}
|
|
|
|
#help-header {
|
|
text-align: center;
|
|
} |