kopia lustrzana https://gitlab.com/tomaszg/geostat
Fix CSS rule for collapsible that broke checkboxes on main page
rodzic
43ad475c4a
commit
c42361fdab
2
geo.css
2
geo.css
|
@ -124,7 +124,7 @@ dt {
|
|||
margin-bottom: 1.2rem 0;
|
||||
}
|
||||
|
||||
input[type='checkbox'] {
|
||||
.toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -238,7 +238,7 @@ int main(int argc, char** argv) {
|
|||
std::cout << "<html>\n";
|
||||
std::cout << " <head>\n";
|
||||
std::cout << " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n";
|
||||
std::cout << " <link rel=\"stylesheet\" type=\"text/css\" href=\"geo.css?ver=0\">\n";
|
||||
std::cout << " <link rel=\"stylesheet\" type=\"text/css\" href=\"geo.css?ver=1\">\n";
|
||||
std::cout << " <title>Geocaching stats</title>\n";
|
||||
std::cout << "</head>\n";
|
||||
std::cout << "<body>\n";
|
||||
|
|
Ładowanie…
Reference in New Issue