commit 6595d7300a0803b0372c4bae0ee3a077e4739f59 from: Omar Polo date: Thu Nov 30 17:43:11 2023 UTC gotwebd: introduce .page_header_wrapper to avoid style repetitions while here clean up some *_header id not used / not needed. commit - edc930eb84ed02c76531f9db419b1d6477805eef commit + 6595d7300a0803b0372c4bae0ee3a077e4739f59 blob - 93dc6cd6cb77e7439e1fd413b8cd2b710115028e blob + 3792b652dee263ce30204bd5400a0e7bd5088964 --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -236,15 +236,6 @@ header.subtitle h2 { width: 65%; } -#tag_header_wrapper { - background-color: #f5fcfb; -} -#tag_header { - padding-left: 10px; - padding-top: 5px; - padding-bottom: 2px; - width: 80%; -} #tag_commit { padding-top: 20px; padding-left: 20px; @@ -299,16 +290,15 @@ header.subtitle h2 { text-decoration: none; } -.commits_content { - width: 100%; -} -.commits_header_wrapper { +.page_header_wrapper { background-color: #f5fcfb; -} -.commits_header { + padding-left: 10px; padding-top: 5px; padding-bottom: 2px; - width: 80%; +} + +.commits_content { + width: 100%; } .commit { padding-left: 20px; @@ -316,14 +306,6 @@ header.subtitle h2 { white-space: pre-wrap; } -#blame_header_wrapper, #blob_header_wrapper { - background-color: #f5fcfb; -} -#blame_header, #blob_header { - padding-left: 10px; - padding-top: 5px; - padding-bottom: 2px; -} #blame, #blob { margin-top: 20px; margin-left: 20px; @@ -364,12 +346,6 @@ header.subtitle h2 { overflow: hidden; } -#tree_header { - background-color: #f5fcfb; - padding-left: 10px; - padding-top: 5px; - padding-bottom: 2px; -} #tree { margin-left: 20px; margin-top: 20px; @@ -389,14 +365,6 @@ header.subtitle h2 { width: 9.5em; } -#diff_header_wrapper { - background-color: #f5fcfb; -} -#diff_header { - padding-left: 10px; - padding-top: 5px; - padding-bottom: 2px; -} #diff { margin-top: 20px; margin-left: 20px; blob - 74d26ee3cbcb7e3df2545d2fbb12bbc95351b2db blob + 05d50fd5f99362148873de51d2893430d624d249 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -503,8 +503,8 @@ nextsep(char *s, char **t) diff.commit = rc->commit_id; tree.commit = rc->commit_id; !} -
-
+