Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
7fdb3809
Commit
7fdb3809
authored
Apr 12, 2019
by
James Laver
Committed by
Alexandre Delanoë
Apr 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move css directory to 'styles'
parent
f508df12
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
12 additions
and
4 deletions
+12
-4
.gitignore
.gitignore
+8
-0
index.html
dist/index.html
+4
-4
Login.css
dist/styles/Login.css
+0
-0
bootstrap-ie8.min.css
dist/styles/bootstrap-ie8.min.css
+0
-0
bootstrap-theme.css
dist/styles/bootstrap-theme.css
+0
-0
bootstrap-theme.min.css
dist/styles/bootstrap-theme.min.css
+0
-0
bootstrap.css
dist/styles/bootstrap.css
+0
-0
bootstrap.min.css
dist/styles/bootstrap.min.css
+0
-0
docs.min.css
dist/styles/docs.min.css
+0
-0
lavish-bootstrap.css
dist/styles/lavish-bootstrap.css
+0
-0
login.min.css
dist/styles/login.min.css
+0
-0
menu.css
dist/styles/menu.css
+0
-0
prism.css
dist/styles/prism.css
+0
-0
theme.css
dist/styles/theme.css
+0
-0
theme4.css
dist/styles/theme4.css
+0
-0
No files found.
.gitignore
View file @
7fdb3809
...
...
@@ -8,3 +8,11 @@
/.purs*
/.psa*
/.spago
/dist/*
!/dist/styles/
!/dist/examples/
!/dist/fonts/
!/dist/images/
!/dist/js/
/dist/styles/*map
\ No newline at end of file
dist/index.html
View file @
7fdb3809
...
...
@@ -5,11 +5,11 @@
<title>
CNRS GarganText
</title>
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons"
rel=
"stylesheet"
>
<link
href=
"https://use.fontawesome.com/releases/v5.0.8/css/all.css"
rel=
"stylesheet"
>
<link
href=
"
cs
s/login.min.css"
rel=
"stylesheet"
>
<link
href=
"
cs
s/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"
style
s/login.min.css"
rel=
"stylesheet"
>
<link
href=
"
style
s/bootstrap.min.css"
rel=
"stylesheet"
>
<!-- <link href="css/lavish-bootstrap.css" rel="stylesheet"> -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
cs
s/menu.css"
/>
<link
href=
"
cs
s/Login.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
style
s/menu.css"
/>
<link
href=
"
style
s/Login.css"
rel=
"stylesheet"
>
<style>
*
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;}
.tree
ul
li
{
...
...
dist/
cs
s/Login.css
→
dist/
style
s/Login.css
View file @
7fdb3809
File moved
dist/
cs
s/bootstrap-ie8.min.css
→
dist/
style
s/bootstrap-ie8.min.css
View file @
7fdb3809
File moved
dist/
cs
s/bootstrap-theme.css
→
dist/
style
s/bootstrap-theme.css
View file @
7fdb3809
File moved
dist/
cs
s/bootstrap-theme.min.css
→
dist/
style
s/bootstrap-theme.min.css
View file @
7fdb3809
File moved
dist/
cs
s/bootstrap.css
→
dist/
style
s/bootstrap.css
View file @
7fdb3809
File moved
dist/
cs
s/bootstrap.min.css
→
dist/
style
s/bootstrap.min.css
View file @
7fdb3809
File moved
dist/
cs
s/docs.min.css
→
dist/
style
s/docs.min.css
View file @
7fdb3809
File moved
dist/
cs
s/lavish-bootstrap.css
→
dist/
style
s/lavish-bootstrap.css
View file @
7fdb3809
File moved
dist/
cs
s/login.min.css
→
dist/
style
s/login.min.css
View file @
7fdb3809
File moved
dist/
cs
s/menu.css
→
dist/
style
s/menu.css
View file @
7fdb3809
File moved
dist/
cs
s/prism.css
→
dist/
style
s/prism.css
View file @
7fdb3809
File moved
dist/
cs
s/theme.css
→
dist/
style
s/theme.css
View file @
7fdb3809
File moved
dist/
cs
s/theme4.css
→
dist/
style
s/theme4.css
View file @
7fdb3809
File moved
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