Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
d85e40e6
Commit
d85e40e6
authored
Apr 03, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: added italic, small and faint to generic css
parent
a954335d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
css/css.css
css/css.css
+9
-0
No files found.
css/css.css
View file @
d85e40e6
...
@@ -54,6 +54,9 @@ span.static {
...
@@ -54,6 +54,9 @@ span.static {
.bold
{
.bold
{
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.italic
{
font-style
:
italic
;
}
.info
{
.info
{
font-size
:
80%
;
font-size
:
80%
;
line-height
:
100%
;
line-height
:
100%
;
...
@@ -101,9 +104,15 @@ span.static {
...
@@ -101,9 +104,15 @@ span.static {
.starred
{
.starred
{
color
:
#0FBABD
;
color
:
#0FBABD
;
}
}
.faint
{
opacity
:
.25
;
}
.large
{
.large
{
font-size
:
125%
;
font-size
:
125%
;
}
}
.small
{
font-size
:
75%
;
}
.ui-popup
.file
{
.ui-popup
.file
{
max-width
:
70%
;
max-width
:
70%
;
}
}
...
...
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