diff options
author | Marvin Borner | 2019-04-20 22:07:02 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-20 22:07:02 +0200 |
commit | 9de4a1c66383f0798b19010c12c710c07146e33f (patch) | |
tree | b5df367dc03934a4f206942c2cd51158fd02ae50 /src/main/resources/css | |
parent | 034dfe305973a0f2e7deb0c9776605664ea9b169 (diff) |
Added functionality to breadcrumb navigation
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'src/main/resources/css')
-rw-r--r-- | src/main/resources/css/files.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/css/files.css b/src/main/resources/css/files.css index bcc97b9..5af9ec8 100644 --- a/src/main/resources/css/files.css +++ b/src/main/resources/css/files.css @@ -2,6 +2,11 @@ transition: all .2s linear; } +.navigation a { + text-decoration: none; + color: inherit; +} + table { table-layout: fixed; width: 100%; |