Skip to content

Commit 05fd635

Browse files
Merge pull request #16 from ISISComputingGroup/highlight_link_targets
Highlight link targets
2 parents 6a17e4e + dfb99e7 commit 05fd635

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

doc/_static/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,16 @@ a:hover {
1212
.wy-nav-content {
1313
max-width: 1200px !important;
1414
}
15+
16+
@keyframes highlight {
17+
0% {
18+
background: #01afec;
19+
}
20+
100% {
21+
background: none;
22+
}
23+
}
24+
25+
:target {
26+
animation: highlight 3s;
27+
}

doc/systems/inst_control/Computer-Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ If it is through a share the file lock will not appear in here. In this case loo
137137

138138
## Checking windows event log on NDX computer for process crash/resource issues
139139

140-
The windows application and system event logs contain useful details to help diagnose system, process and resource issues check as crashes and memory issues. Accessing this via the computer management (compmgmt) application is in a [separate sharepoint document](https://stfc365.sharepoint.com/:w:/r/sites/ISISExperimentControls/Instrument%20Documents/Checking%20event%20log%20on%20a%20computer.docx?d=w40b9227a3095448eb655c156c2a567db&csf=1&web=1&e=VzNF0U)
140+
The windows application and system event logs contain useful details to help diagnose system, process and resource issues check as crashes and memory issues. Accessing this via the computer management (`compmgmt`) application is in a [separate sharepoint document](https://stfc365.sharepoint.com/:w:/r/sites/ISISExperimentControls/Instrument%20Documents/Checking%20event%20log%20on%20a%20computer.docx?d=w40b9227a3095448eb655c156c2a567db&csf=1&web=1&e=VzNF0U)

0 commit comments

Comments
 (0)