mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-12 04:06:47 +01:00
11 lines
210 B
CSS
Executable File
11 lines
210 B
CSS
Executable File
#project-list {
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
margin: 15px 0;
|
|
}
|
|
|
|
#git-clone { border: none; }
|
|
#git-clone td { border: none; padding: 0; margin: 0; }
|
|
|
|
.note { padding: 10px 0; color: #a8a6a8; }
|