Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
62aa4bdd
authored
Feb 04, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
font fix (ű/ő)
parent
bc3656cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
one/static/base.less
+1
-1
one/templates/base.html
+1
-1
No files found.
one/static/base.less
View file @
62aa4bdd
body
body
{
{
min-height:100%;
min-height:100%;
font-family:
'Metrophobic',
sans-serif;
font-family:
'Titillium Web',
sans-serif;
font-size:.9em;
font-size:.9em;
background:#dadada url(site_bgr.png) repeat-x;
background:#dadada url(site_bgr.png) repeat-x;
background-position:80px 0;
background-position:80px 0;
...
...
one/templates/base.html
View file @
62aa4bdd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<html
lang=
"{{lang}}"
>
<html
lang=
"{{lang}}"
>
<head>
<head>
<title>
{% block title %}IK Cloud{% endblock %}
</title>
<title>
{% block title %}IK Cloud{% endblock %}
</title>
<link
href=
'http://fonts.googleapis.com/css?family=
Metrophobic
'
rel=
'stylesheet'
type=
'text/css'
>
<link
href=
'http://fonts.googleapis.com/css?family=
Titillium+Web&subset=latin,latin-ext
'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"icon"
type=
"image/png"
href=
"/static/favicon.png"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"/static/favicon.png"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"one/static/favicon.png"
>
<link
rel=
"icon"
type=
"image/png"
href=
"one/static/favicon.png"
>
<link
rel=
"stylesheet/less"
href=
"/static/style.less"
/>
<link
rel=
"stylesheet/less"
href=
"/static/style.less"
/>
...
...
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