@@ -8,10 +8,6 @@ Gitea's private styles use `g-` prefix.
8
8
.gt-dif { display : inline-flex !important ; }
9
9
.gt-dib { display : inline-block !important ; }
10
10
.gt-ac { align-items : center !important ; }
11
- .gt-ab { align-items : baseline !important ; }
12
- .gt-tc { text-align : center !important ; }
13
- .gt-tl { text-align : left !important ; }
14
- .gt-tr { text-align : right !important ; } /* TODO: rename these to "gt-text-right", etc. there are only a few */
15
11
.gt-jc { justify-content : center !important ; }
16
12
.gt-js { justify-content : flex-start !important ; }
17
13
.gt-je { justify-content : flex-end !important ; }
@@ -22,7 +18,6 @@ Gitea's private styles use `g-` prefix.
22
18
.gt-vm { vertical-align : middle !important ; }
23
19
.gt-w-100 { width : 100% !important ; }
24
20
.gt-h-100 { height : 100% !important ; }
25
- .gt-br-0 { border-radius : 0 !important ; }
26
21
27
22
.gt-mono {
28
23
font-family : var (--fonts-monospace ) !important ;
@@ -90,6 +85,10 @@ Gitea's private styles use `g-` prefix.
90
85
.gt-float-right { float : right !important ; }
91
86
.gt-clear-both { clear : both !important ; }
92
87
88
+ .gt-text-center { text-align : center !important ; }
89
+ .gt-text-left { text-align : left !important ; }
90
+ .gt-text-right { text-align : right !important ; }
91
+
93
92
.gt-font-light { font-weight : var (--font-weight-light ) !important ; }
94
93
.gt-font-normal { font-weight : var (--font-weight-normal ) !important ; }
95
94
.gt-font-medium { font-weight : var (--font-weight-medium ) !important ; }
0 commit comments