CSS: replace tabs by spaces, remove trailing whitespaces and empty lines
Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css
This commit is contained in:
parent
a58240ce8d
commit
9308d39fce
1 changed files with 204 additions and 213 deletions
|
@ -21,7 +21,6 @@ input, textarea {
|
|||
border-radius: 5px 5px 5px 5px;
|
||||
border: none;
|
||||
color:#000;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -49,8 +48,8 @@ h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; }
|
|||
color: #606060;
|
||||
border-style:outset;
|
||||
border-width:1px;
|
||||
|
||||
}
|
||||
|
||||
.smallbutton {
|
||||
background-color: #c0c0c0;
|
||||
background: -moz-linear-gradient(#c0c0c0, #ffffff) repeat scroll 0 0 transparent;
|
||||
|
@ -68,7 +67,6 @@ h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; }
|
|||
color: #606060;
|
||||
border-style:outset;
|
||||
border-width:1px;
|
||||
|
||||
}
|
||||
|
||||
/* Small tab on the left of each link with edit/delete buttons. */
|
||||
|
@ -100,7 +98,6 @@ margin:0 10px 0 10px;
|
|||
width:105px;
|
||||
height:55px;
|
||||
cursor:pointer;
|
||||
|
||||
}
|
||||
|
||||
#pageheader
|
||||
|
@ -288,9 +285,6 @@ font-size:9pt;
|
|||
.linkcontainer { position: static; margin-left:130px; }
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
/* --- Picture wall CSS --- */
|
||||
#picwall_container { color:#fff; background-color:#000; clear:both; }
|
||||
.picwall_pictureframe { background-color:#000; z-index:5; position:relative; display:table-cell; vertical-align:middle;width:90px; height:90px; overflow:hidden; text-align:center; float:left; }
|
||||
|
@ -435,10 +429,8 @@ a {color:#000!important;text-decoration:none!important;}
|
|||
.linkurl { color:#000; }
|
||||
.linkdescription { font-size:10pt;}
|
||||
.linktag { border: 1px solid black; font-style:italic; font-size:8pt;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px)
|
||||
{
|
||||
/* A few fixes for mobile devices (far from perfect). */
|
||||
|
@ -467,7 +459,6 @@ div.dailyTitle { font-size: 18pt; margin-top:5px; padding:0px;}
|
|||
div.dailyDate { font-size: 11pt;padding:0px; display:block; }
|
||||
div.dailyEntryTitle { font-size:16pt; font-weight:bold;}
|
||||
div.dailyEntryDescription { font-size:10pt; }
|
||||
|
||||
}
|
||||
|
||||
/* Highlight search results */
|
||||
|
|
Loading…
Reference in a new issue