Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
30a30525
authored
2012-04-13 09:42:49 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[Edit Event] Add styling for custom headings. refs #1361
1 parent
fb35371c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
30a3052
...
...
@@ -735,3 +735,39 @@ div.wrap > h2 { font-size: 25px; }
#adminmenu
>
li
.wp-first-item.wp-menu-open
{
border-top
:
none
;
}
h1
.fieldset-heading
,
h2
.fieldset-heading
,
h3
.fieldset-heading
,
h4
.fieldset-heading
,
h5
.fieldset-heading
,
h6
.fieldset-heading
{
font-family
:
'Arial'
,
sans-serif
;
font-weight
:
bold
;
margin-left
:
3px
;
margin-bottom
:
-10px
!important
;
}
h1
.fieldset-heading
{
font-size
:
16px
!important
;
}
h2
.fieldset-heading
{
font-size
:
14px
!important
;
}
h3
.fieldset-heading
{
font-size
:
13px
!important
;
}
h4
.fieldset-heading
{
font-size
:
12px
!important
;
}
h5
.fieldset-heading
{
font-size
:
11px
!important
;
}
h6
.fieldset-heading
{
font-size
:
10px
!important
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment