unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 2581793cc92e21bca3c0631a324fcc5313f88d80 926 bytes (raw)
name: website/static/development/css/branches.css 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
.branch-overview,
.branch-overview:link,
.branch-overview:visited {
    display: block;
    border-image: linear-gradient(to right, gray, transparent) 1;
    border-style: none none solid none;
    border-width: thin thick;
    color: #4D4D4D;
    padding: 20px 70px 20px 10px;
    transition: border-width .2s cubic-bezier(.22,.61,.36,1);
}

.branch-overview:active,
.branch-overview:focus,
.branch-overview:hover {
    background-color: gold;
    background-image: url("/static/base/img/link-arrow-shaper.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-image: linear-gradient(to right, #333, white, white) 1;
    border-style: none none solid solid;
}

.branch-overview-heading {
    margin-bottom: 10px;
}

.publication-info {
    margin-bottom: 0px;
}

.scientific-mark {
    display: inline-block;
    cursor: help;
    height: 28px;
    width: 28px;
}

debug log:

solving 2581793 ...
found 2581793 in https://yhetil.org/guix-patches/20210702162904.314-1-ludo@gnu.org/

applying [1/1] https://yhetil.org/guix-patches/20210702162904.314-1-ludo@gnu.org/
diff --git a/website/static/development/css/branches.css b/website/static/development/css/branches.css
new file mode 100644
index 0000000..2581793

Checking patch website/static/development/css/branches.css...
Applied patch website/static/development/css/branches.css cleanly.

index at:
100644 2581793cc92e21bca3c0631a324fcc5313f88d80	website/static/development/css/branches.css

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).