postgres version

This commit is contained in:
Your Name
2025-10-22 21:57:07 +03:00
commit 1aff196155
31 changed files with 10962 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
.navbar-brand {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 19px;
font-weight: 300;
padding: 15px 15px;
color: #e52250;
}
.logo {
height: 30px;
}
.table td {
font-size: 14px;
padding: 0.65rem 0.75rem;
}
textarea {
resize: none;
}
#text-with-flags {
height: 80px;
}