Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
eb8f2599
Commit
eb8f2599
authored
16 years ago
by
Loïc Faure-Lacroix
Browse files
Options
Downloads
Patches
Plain Diff
Modification du css et de la page principal
Les images de l'accuei sont sur le côté.
parent
5ccef9f2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/css/style1.css
+2
-2
2 additions, 2 deletions
www/css/style1.css
www/index.php
+8
-6
8 additions, 6 deletions
www/index.php
with
10 additions
and
8 deletions
www/css/style1.css
+
2
−
2
View file @
eb8f2599
...
...
@@ -540,13 +540,13 @@ code {
.thumbnails
li
{
list-style
:
none
;
display
:
table-cell
;
/*
display: table-cell;
*/
opacity
:
0.5
;
}
.thumbnails
li
img
{
outline
:
4px
solid
;
margin
:
25%
;
margin
:
0.5em
;
}
.thumbnails
li
:hover
{
...
...
This diff is collapsed.
Click to expand it.
www/index.php
+
8
−
6
View file @
eb8f2599
...
...
@@ -16,6 +16,14 @@ include_once('include/header.php');
<table
class=
"tabsIndex"
cellpadding=
"0"
cellspacing=
"0"
>
<tbody
valign=
"top"
>
<tr>
<td>
<ul
class=
"thumbnails"
>
<li><a
href=
"/screenshot.php#img/gallery/main-view.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/main-view.png"
/></a></li>
<li><a
href=
"/screenshot.php#img/gallery/main-history-opt.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/main-history-opt.png"
/></a></li>
<li><a
href=
"/screenshot.php#img/gallery/main-transer.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/main-transfer.png"
/></a></li>
<!--<li><a href="/screenshot.php#img/gallery/incoming-call.png"><img class="thumb" src="img/gallery/thumbs/incoming-call.png" /></a></li>-->
</ul>
</td>
<td>
<ul
class=
"fntBleu list"
style=
"padding:10px;"
>
<li>
SIP and IAX2 compatible softphone
</li>
...
...
@@ -34,12 +42,6 @@ include_once('include/header.php');
</tr>
<tr>
<td>
<ul
class=
"thumbnails"
>
<li><a
href=
"/screenshot.php#img/gallery/main-view.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/main-view.png"
/></a></li>
<li><a
href=
"/screenshot.php#img/gallery/main-history-opt.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/main-history-opt.png"
/></a></li>
<li><a
href=
"/screenshot.php#img/gallery/main-transer.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/main-transfer.png"
/></a></li>
<li><a
href=
"/screenshot.php#img/gallery/incoming-call.png"
><img
class=
"thumb"
src=
"img/gallery/thumbs/incoming-call.png"
/></a></li>
</ul>
</td>
</tr>
</tbody>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment