mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02:00
parent
40a37307de
commit
b771e930bc
2 changed files with 7 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -130,3 +130,5 @@ node_modules
|
|||
tests/*.dylib
|
||||
tests/*.so
|
||||
tests/*.dll
|
||||
|
||||
.idea
|
||||
|
|
@ -647,10 +647,14 @@ button.core[type=button] {
|
|||
border-radius: 3px;
|
||||
-webkit-appearance: none;
|
||||
padding: 9px 4px;
|
||||
font-size: 1em;
|
||||
font-size: 16px;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#_search {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue