Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale.audio
Merge requests
!9
Added budget table on support page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added budget table on support page
budget-2019
into
master
Overview
2
Commits
2
Pipelines
2
Changes
2
1 unresolved thread
Hide all comments
Merged
Agate
requested to merge
budget-2019
into
master
5 years ago
Overview
2
Commits
2
Pipelines
2
Changes
2
1 unresolved thread
Hide all comments
Expand
cc
@Sporiff
👍
1
👎
0
Merge request reports
Compare
master
version 1
d23b6c5c
5 years ago
master (base)
and
latest version
latest version
6d88ca76
2 commits,
5 years ago
version 1
d23b6c5c
1 commit,
5 years ago
2 files
+
132
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/style/2-components/_table.scss
+
15
−
1
Options
table
{
font-size
:
90%
;
width
:
100%
;
td
,
th
{
td
,
th
{
padding
:
$content-padding
;
text-align
:
left
;
border-bottom
:
1px
solid
$divider-color
;
}
}
td
.amount
{
text-align
:
right
;
font-family
:
monospace
;
}
table
caption
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
120%
;
padding
:
1em
;
}
tr
.emphasis
{
background-color
:
rgba
(
$color
:
#000000
,
$alpha
:
0
.05
);
}
.table-wrapper
{
overflow-x
:
auto
;
}
Loading