Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
b333006e
Commit
b333006e
authored
Mar 17, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ed8d3f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
frontend/web/css/custom.css
frontend/web/css/custom.css
+49
-0
No files found.
frontend/web/css/custom.css
View file @
b333006e
...
...
@@ -2729,6 +2729,7 @@ width: 95%;
.simple-section
ol
{
margin-top
:
14px
!important
;
padding-left
:
47px
!important
;
list-style
:
none
!important
;
}
.simple-section
ol
li
{
...
...
@@ -2736,4 +2737,52 @@ width: 95%;
font-size
:
21px
;
color
:
#2d323a
;
font-family
:
"RobotoBold"
;
position
:
relative
;
}
.simple-section
ol
li
:before
{
counter-increment
:
myCounter
;
content
:
counter
(
myCounter
);
color
:
#fff
;
font-size
:
15px
;
font-family
:
"RobotoBold"
;
background
:
#00AEC7
;
display
:
block
;
position
:
absolute
;
top
:
-5px
;
left
:
-37px
;
text-align
:
center
;
margin
:
4px
12px
4px
4px
;
line-height
:
23px
;
width
:
23px
;
height
:
23px
;
border-radius
:
50px
;
-moz-border-radius
:
50px
;
-webkit-border-radius
:
50px
;
-o-border-radius
:
50px
;
-ms-border-radius
:
50px
;
}
.simple-section
table
td
{
font-size
:
14px
;
line-height
:
20px
;
background-color
:
#fff
;
padding
:
15px
20px
;
border
:
1px
solid
#c2c2c2
;
}
.simple-section
table
tr
:first-child
td
{
font-size
:
16px
;
line-height
:
20px
;
color
:
#fff
;
font-family
:
"RobotoBold"
;
background-color
:
#49acc5
;
padding
:
15px
20px
;
border
:
1px
solid
#fff
;
border-bottom
:
0
;
border-top
:
0
;
}
.simple-section
table
tr
:first-child
td
:first-child
{
border-left
:
0
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment